Fix hover color in login with proton button
This commit is contained in:
parent
5ee5e386e5
commit
6cbccdd4a9
1 changed files with 3 additions and 0 deletions
3
static/style.css
vendored
3
static/style.css
vendored
|
@ -193,3 +193,6 @@ textarea.parsley-error {
|
||||||
background-color:white;
|
background-color:white;
|
||||||
color:#6d4aff;
|
color:#6d4aff;
|
||||||
}
|
}
|
||||||
|
.proton-button:hover {
|
||||||
|
background-color: #1b1340;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue