Skip to content

Commit 5b698d0

Browse files
committed
Merge branch 'fix-dark-table-bg' into global-dark-mode
2 parents 64b65f3 + d522cdf commit 5b698d0

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
@@ -178,6 +178,12 @@ table tr {
178178
background-color: white;
179179
}
180180

181+
@media (prefers-color-scheme: dark) {
182+
table tr {
183+
background: #222;
184+
}
185+
}
186+
181187
table tr th {
182188
font-weight: bold;
183189
border: 1px solid #cccccc;

0 commit comments

Comments
 (0)