1
Fork 0
mirror of https://github.com/glassflame/glassflame.github.io.git synced 2024-10-16 14:37:33 +00:00
glassflame/style/dark.css

7 lines
132 B
CSS
Raw Normal View History

2023-10-18 20:08:57 +00:00
@media (prefers-color-scheme: dark) {
:root {
--color-background: #1E1E1E;
--color-foreground: #FFFFFF;
}
}