mirror of
https://github.com/glassflame/glassflame.github.io.git
synced 2024-11-22 16:14:26 +00:00
7 lines
132 B
CSS
7 lines
132 B
CSS
|
@media (prefers-color-scheme: dark) {
|
||
|
:root {
|
||
|
--color-background: #1E1E1E;
|
||
|
--color-foreground: #FFFFFF;
|
||
|
}
|
||
|
}
|