fix chud visibility on classic theme

remotes/1693176582716663532/tmp_refs/heads/watchparty
gooseman 2022-11-10 09:48:04 -08:00
parent 3d6a12a750
commit 45409b94f0
1 changed files with 5 additions and 2 deletions

View File

@ -10,11 +10,14 @@
--sticky: #228822;
}
body {
background-image: url(/i/classic2.webp);
.container {
background-color: var(--bgc) !important;
}
#frontpage .container, #thread .container {
background-image: url(/i/classic2.webp);
}
* {
border-color: var(--muted) !important;
}