Fix hover color in login with proton button (#1100)

This commit is contained in:
Carlos Quintana 2022-06-17 15:35:36 +02:00 committed by GitHub
parent 5ee5e386e5
commit 1798d411a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

3
static/style.css vendored
View File

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