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

15 lines
405 B
CSS

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