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

15 lines
455 B
CSS

@media screen and (prefers-color-scheme: light) {
:root:root {
--color-background: #ffffff;
--color-foreground: #1e1e1e;
--color-accent: #218cff;
--color-canvas-gray: #7E7E7E;
--color-canvas-red: #FB464C;
--color-canvas-orange: #E9973F;
--color-canvas-yellow: #E0DE71;
--color-canvas-green: #44CF6E;
--color-canvas-blue: #53DFDD;
--color-canvas-purple: #A882FF;
}
}