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

7 lines
138 B
CSS

@import "./light.css";
@import "./dark.css";
body {
background-color: var(--color-background);
color: var(--color-foreground);
}