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

16 lines
405 B
CSS
Raw Normal View History

2023-10-21 22:37:05 +00:00
@media screen and (prefers-color-scheme: dark) {
:root:root {
2023-10-19 12:56:08 +00:00
--color-background: #1e1e1e;
--color-foreground: #ffffff;
2023-10-27 01:15:29 +00:00
--color-accent: #218cff;
2023-10-21 22:37:05 +00:00
--color-gray: #7E7E7E;
--color-red: #FB464C;
--color-orange: #E9973F;
--color-yellow: #E0DE71;
--color-green: #44CF6E;
--color-blue: #53DFDD;
--color-purple: #A882FF;
2023-10-18 20:08:57 +00:00
}
}