Skip to content

Commit eb35439

Browse files
committed
add very basic dark mode support
1 parent 39c52c7 commit eb35439

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

libgd/static/css/libgd.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,14 @@
2424
width: 25%;
2525
}
2626
}
27+
28+
/* Minor dark mode support. */
29+
@media (prefers-color-scheme: dark) {
30+
body {
31+
background-color: #aaa
32+
}
33+
34+
#featured, #content {
35+
background-color: #bbb
36+
}
37+
}

0 commit comments

Comments
 (0)