1
Fork 0
mirror of https://github.com/glassflame/glassflame.github.io.git synced 2024-11-25 17:44:26 +00:00
glassflame/style/light.css

8 lines
166 B
CSS
Raw Normal View History

2023-10-18 20:08:57 +00:00
@media (prefers-color-scheme: light) {
:root {
2023-10-19 12:56:08 +00:00
--color-background: #ffffff;
--color-foreground: #1e1e1e;
--color-accent: #ff7f00;
2023-10-18 20:08:57 +00:00
}
}