fix: make app background black again

This commit is contained in:
2026-01-03 15:22:39 +01:00
parent 1abe9f3a94
commit 21b2c6b38a

View File

@@ -31,3 +31,7 @@
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
} }
body {
background: #000000;
}