This commit is contained in:
matty 2024-03-10 15:09:13 -04:00
parent 790ed9a50e
commit 665a0aa35c

View File

@ -39,19 +39,21 @@ body {
background-color: #181818 !important; background-color: #181818 !important;
} }
.danger-zone button { .danger-zone button,
input[type=submit] {
background-color: #af3221 !important; background-color: #af3221 !important;
} }
.danger-zone button:hover { .danger-zone button:hover,
background-color: #61261e; input[type=submit]:hover {
background-color: #61261e !important;
} }
.channel-info { .channel-info {
background-color: #1c1c1c; background-color: #1c1c1c !important;
} }
.menu-link a:hover { .menu-link:hover {
color: #F57200 !important; color: #F57200 !important;
} }