web: switch main body color depending on theme

This commit is contained in:
wukko
2024-07-14 20:42:32 +06:00
parent 36c11556d7
commit 1712dc8948
2 changed files with 15 additions and 1 deletions

View File

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