add hover styling to login button
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Aadil Ayub 2022-01-21 16:09:22 +05:00
parent 85d715ad00
commit f526c20e78
1 changed files with 9 additions and 0 deletions

View File

@ -126,6 +126,15 @@ a {
align-self: center;
background-color: #AFAFAF;
border-top: 2px solid black;
cursor: pointer;
}
#kc-form-buttons:hover {
background-color: #bce1d1;
}
#kc-form-buttons:hover .login-button {
color: black;
}
.login-button {