fix submit button colors
This commit is contained in:
parent
665a0aa35c
commit
da0275fd06
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user