invert color buttons

This commit is contained in:
crunk 2024-06-29 15:19:02 +02:00
parent 69dff0b24c
commit dd228c6c73

View File

@ -49,7 +49,7 @@ div#buttons .distribusi input{
margin: 0.2em;
}
div#buttons .distribusi input:hover{
background: #ffbf00;
background: #091411;
color: #6df2cc;
}
fieldset.required {
@ -80,7 +80,7 @@ input {
}
input:hover {
background: #ffbf00;
background: #091411;
color: #6df2cc;
cursor: pointer;
}