mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-17 09:45:29 +00:00
fix: black body on dark theme
This commit is contained in:
parent
6267461ed9
commit
f2a6f9108c
@ -10,4 +10,8 @@
|
||||
body {
|
||||
margin: 0;
|
||||
font-family: "Noto Color Emoji", sans-serif;
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
background: #000000;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user