#17 Reviewed-on: #26 Reviewed-by: lq64 <lq@blackhole.local> Co-authored-by: Janis <janis.e.20@gmx.de> Co-committed-by: Janis <janis.e.20@gmx.de>
7 lines
136 B
Plaintext
7 lines
136 B
Plaintext
@media (prefers-color-scheme: dark) {
|
|
:root {
|
|
--background-image: url('/assets/images/background.png');
|
|
--color: white;
|
|
}
|
|
}
|