mirror of
https://github.com/glassflame/glassflame.github.io.git
synced 2024-11-22 08:04:27 +00:00
7 lines
165 B
CSS
7 lines
165 B
CSS
@media (prefers-color-scheme: dark) {
|
|
:root {
|
|
--color-background: #1e1e1e;
|
|
--color-foreground: #ffffff;
|
|
--color-accent: #ff7f00;
|
|
}
|
|
}
|