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