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

6 lines
133 B
CSS

@media (prefers-color-scheme: light) {
:root {
--color-background: #FFFFFF;
--color-foreground: #1E1E1E;
}
}