web: remove background override from global css

This commit is contained in:
dumbmoron 2024-09-03 07:58:46 +00:00
parent 30c4c1ad20
commit 5b42757896
No known key found for this signature in database

View file

@ -224,10 +224,6 @@
overscroll-behavior-y: none;
}
:global(body) {
background-color: var(--secondary);
}
#cobalt {
position: fixed;
height: 100%;