fix submit button colors

This commit is contained in:
matty 2024-03-10 15:32:50 -04:00
parent 665a0aa35c
commit da0275fd06
1 changed files with 2 additions and 2 deletions

View File

@ -40,12 +40,12 @@ body {
}
.danger-zone button,
input[type=submit] {
.danger-zone input[type=submit] {
background-color: #af3221 !important;
}
.danger-zone button:hover,
input[type=submit]:hover {
.danger-zone input[type=submit]:hover {
background-color: #61261e !important;
}