This commit is contained in:
matty 2024-03-10 15:09:13 -04:00
parent 790ed9a50e
commit 665a0aa35c
1 changed files with 7 additions and 5 deletions

View File

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