We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70f2860 commit 057ee86Copy full SHA for 057ee86
1 file changed
src/public.css
@@ -44,3 +44,9 @@ input[type="number"] {
44
.monospace::part(input) {
45
font-family: "Jetbrains Mono", monospace;
46
}
47
+
48
+@media (prefers-color-scheme: dark) {
49
+ :root {
50
+ background-color: #111415;
51
+ }
52
+}
0 commit comments