Skip to content

Commit d522cdf

Browse files
fix table background in dark mode
1 parent 986d162 commit d522cdf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

static/css/main.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,12 @@ table tr {
207207
background-color: white;
208208
}
209209

210+
@media (prefers-color-scheme: dark) {
211+
table tr {
212+
background: #222;
213+
}
214+
}
215+
210216
table tr th {
211217
font-weight: bold;
212218
border: 1px solid #cccccc;

0 commit comments

Comments
 (0)