Skip to content

Commit 66484cd

Browse files
committed
Reorganise media query
1 parent 5b698d0 commit 66484cd

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

static/css/main.css

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -178,12 +178,6 @@ table tr {
178178
background-color: white;
179179
}
180180

181-
@media (prefers-color-scheme: dark) {
182-
table tr {
183-
background: #222;
184-
}
185-
}
186-
187181
table tr th {
188182
font-weight: bold;
189183
border: 1px solid #cccccc;
@@ -372,8 +366,11 @@ code {
372366
color: #09a5b8;
373367
}
374368

369+
table tr {
370+
background: #222;
371+
}
372+
375373
.mendoza-code {
376374
background: #333;
377375
}
378-
379376
}

0 commit comments

Comments
 (0)