7 lines
94 B
CSS
7 lines
94 B
CSS
@media (prefers-color-scheme: dark) {
|
|
body {
|
|
background-color: black;
|
|
color: white;
|
|
}
|
|
}
|