add form hover effects

This commit is contained in:
ghost 2023-08-27 16:19:20 +03:00
parent 925634392b
commit 3b0c619133
2 changed files with 11 additions and 0 deletions

View File

@ -56,6 +56,11 @@ textarea {
font-size: 13px;
}
input:hover,
textarea:hover {
background: #636884;
}
input[type="submit"] {
cursor: pointer;
}

View File

@ -86,6 +86,12 @@
background-color: #34384f;
}
/*
.background-color-hover-night-light:hover {
background-color: #363a51;
}
*/
.background-color-red {
background-color: #9b4a4a;
}