Fixed bootstrap table css (#1388)

Fixed bootstrap table css that is being overwritten by mdb css

Signed-off-by: George Araujo <george.gcac@gmail.com>
This commit is contained in:
George 2023-05-01 20:03:26 -03:00 committed by GitHub
parent 0c0303b185
commit dd1ec87e48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 5 deletions

View File

@ -26,11 +26,11 @@ hr {
table {
td,
th {
color: var(--global-text-color);
font-size: 1rem;
}
td {
font-size: 1rem;
th {
font-weight: bold;
}
}
@ -907,8 +907,7 @@ progress::-moz-progress-bar {
}
}
// Table of Contents
/* Table of Contents */
nav[data-toggle="toc"] {
top: 5rem;