diff options
Diffstat (limited to 'css')
| -rw-r--r-- | css/main.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/css/main.css b/css/main.css index af96a17..640962e 100644 --- a/css/main.css +++ b/css/main.css @@ -9,6 +9,12 @@ html, body { background-color: #fdfcf3; } +@media (prefers-color-scheme: dark) { + body { + background-color: black; + } +} + body svg { position: absolute; top: 0; @@ -23,6 +29,7 @@ body svg { ** background: #fdfdfd; ** } */ + .loader-wrapper { width: 100%; height: 100%; |