Skip to content

Commit

Permalink
Fixed bootstrap table css (alshedivat#1388)
Browse files Browse the repository at this point in the history
Fixed bootstrap table css that is being overwritten by mdb css

Signed-off-by: George Araujo <george.gcac@gmail.com>
  • Loading branch information
george-gca authored and hgchen committed Dec 2, 2023
1 parent 0a54cf6 commit e9f7e92
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions _sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ hr {
table {
td,
th {
color: var(--global-text-color);
font-size: 1rem;
}

td {
font-size: 1rem;
th {
font-weight: bold;
}
}

Expand Down Expand Up @@ -907,8 +907,7 @@ progress::-moz-progress-bar {
}
}

// Table of Contents

/* Table of Contents */
nav[data-toggle="toc"] {
top: 5rem;

Expand Down

0 comments on commit e9f7e92

Please sign in to comment.