mirror of
https://github.com/glassflame/glassflame.github.io.git
synced 2024-11-22 16:14:26 +00:00
15 lines
406 B
CSS
15 lines
406 B
CSS
@media screen and (prefers-color-scheme: light) {
|
|
:root:root {
|
|
--color-background: #ffffff;
|
|
--color-foreground: #1e1e1e;
|
|
--color-accent: #218cff;
|
|
|
|
--color-gray: #7E7E7E;
|
|
--color-red: #FB464C;
|
|
--color-orange: #E9973F;
|
|
--color-yellow: #E0DE71;
|
|
--color-green: #44CF6E;
|
|
--color-blue: #53DFDD;
|
|
--color-purple: #A882FF;
|
|
}
|
|
}
|