Skip to content

Commit 1b74448

Browse files
committed
fix: even section color
1 parent f91d575 commit 1b74448

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/routes/+page.svelte

+5
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,11 @@ section {
168168
&:nth-child(even) {
169169
background-color: var(--bg-light-color);
170170
color: black;
171+
172+
@media (prefers-color-scheme: dark) {
173+
background-color: #1a1a1a;
174+
color: white;
175+
}
171176
}
172177
173178
& p {

0 commit comments

Comments
 (0)