mirror of
https://github.com/1f349/tulip.git
synced 2024-11-09 22:42:53 +00:00
9 lines
148 B
CSS
9 lines
148 B
CSS
|
html, body {
|
||
|
color-scheme: light dark;
|
||
|
}
|
||
|
|
||
|
@media screen and (prefers-color-scheme: dark) {
|
||
|
background-color: #242424;
|
||
|
color: #eeeeee;
|
||
|
}
|