Fix hover color in login with proton button

This commit is contained in:
Carlos Quintana 2022-06-17 15:26:11 +02:00
parent 5ee5e386e5
commit 6cbccdd4a9
No known key found for this signature in database
GPG key ID: 15E73DCC410679F8

3
static/style.css vendored
View file

@ -193,3 +193,6 @@ textarea.parsley-error {
background-color:white; background-color:white;
color:#6d4aff; color:#6d4aff;
} }
.proton-button:hover {
background-color: #1b1340;
}