forked from rDrama/rDrama
1
0
Fork 0

fix chud visibility on classic theme

master
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; --sticky: #228822;
} }
body { .container {
background-image: url(/i/classic2.webp);
background-color: var(--bgc) !important; background-color: var(--bgc) !important;
} }
#frontpage .container, #thread .container {
background-image: url(/i/classic2.webp);
}
* { * {
border-color: var(--muted) !important; border-color: var(--muted) !important;
} }