Fix problems with button color

This commit is contained in:
=
2019-10-18 05:31:13 -07:00
parent 9b830bdd01
commit 41acb75b81

View File

@@ -73,8 +73,13 @@ body {
padding: 5px 5px 5px 10px;
}
.btn-floating:hover,
btn:hover {
.btn:hover {
background-color: white;
color: #02adba;
border: 1px solid rgb(0, 173, 187);
}
.btn-floating:hover {
background-color: #02adba;
border: 1px solid rgb(0, 173, 187);
}