change danger color, refactor others

This commit is contained in:
matty 2024-03-10 15:05:07 -04:00
parent 031f033363
commit 790ed9a50e
1 changed files with 8 additions and 0 deletions

View File

@ -39,6 +39,14 @@ body {
background-color: #181818 !important;
}
.danger-zone button {
background-color: #af3221 !important;
}
.danger-zone button:hover {
background-color: #61261e;
}
.channel-info {
background-color: #1c1c1c;
}