static: fix button style for firefox

This commit is contained in:
coon 2023-12-02 20:35:23 +01:00
parent 3f8abb8924
commit 7c1089197f

View file

@ -15,6 +15,11 @@ div {
button {
background-color: #28374a;
color: #bbb;
border-left-color: #545454;
border-top-color: #545454;
border-right-color: #3a3a3a;
border-bottom-color: #3A3A3A;
}
input {