Skip to content

Commit dd1ec87

Browse files
authored
Fixed bootstrap table css (alshedivat#1388)
Fixed bootstrap table css that is being overwritten by mdb css Signed-off-by: George Araujo <george.gcac@gmail.com>
1 parent 0c0303b commit dd1ec87

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

_sass/_base.scss

+4-5
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ hr {
2626
table {
2727
td,
2828
th {
29-
color: var(--global-text-color);
29+
font-size: 1rem;
3030
}
3131

32-
td {
33-
font-size: 1rem;
32+
th {
33+
font-weight: bold;
3434
}
3535
}
3636

@@ -907,8 +907,7 @@ progress::-moz-progress-bar {
907907
}
908908
}
909909

910-
// Table of Contents
911-
910+
/* Table of Contents */
912911
nav[data-toggle="toc"] {
913912
top: 5rem;
914913

0 commit comments

Comments
 (0)