fixed button hover effect

This commit is contained in:
vabene1111
2023-12-28 14:03:50 +01:00
parent 063c64d078
commit df03818f45

View File

@@ -2927,12 +2927,6 @@ input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].bt
color: #fff
}
.btn-dark:hover {
background: transparent;
color: #221e1e;
border: 1px solid #221e1e
}
.btn-opacity-primary {
color: #b98766;
background-color: #0012a7;