fix: make app background black again

This commit is contained in:
2026-01-03 15:22:39 +01:00
parent bfe531afa6
commit 11cb28a98c

View File

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