feat: enable dark default color schemes for browsers in dark mode (#606)

This commit is contained in:
Gizmo
2023-07-22 07:32:38 +08:00
committed by GitHub
parent 030ec64297
commit 8ce730e74e
+4
View File
@@ -18,6 +18,10 @@
border-radius: 16px; border-radius: 16px;
} }
:root {
color-scheme: dark;
}
html, html,
body { body {
background-color: #101010; background-color: #101010;