1
Fork 0
mirror of https://github.com/glassflame/glassflame.github.io.git synced 2024-11-22 16:14:26 +00:00
glassflame/style/index.css

8 lines
138 B
CSS
Raw Normal View History

2023-10-18 20:08:57 +00:00
@import "./light.css";
@import "./dark.css";
body {
background-color: var(--color-background);
color: var(--color-foreground);
}