Skip to content

Commit 480f7de

Browse files
committed
docs: Fix CSS dark mode for table headers (see #4085)
1 parent a4bed29 commit 480f7de

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/assets/css/style.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,9 @@ a:hover {
110110
}
111111

112112
table th {
113-
background-color: #2a2a2a !important;
113+
background-color: #333 !important;
114+
color: #f0f0f0 !important;
115+
font-weight: bold !important;
114116
}
115117

116118
table tr:nth-child(even) {

0 commit comments

Comments
 (0)