mirror of
https://github.com/glassflame/glassflame.github.io.git
synced 2024-11-21 23:54:26 +00:00
7 lines
166 B
CSS
7 lines
166 B
CSS
@media (prefers-color-scheme: light) {
|
|
:root {
|
|
--color-background: #ffffff;
|
|
--color-foreground: #1e1e1e;
|
|
--color-accent: #ff7f00;
|
|
}
|
|
}
|