Browse Source

invert color buttons

pull/12/head
crunk 3 months ago
parent
commit
dd228c6c73
  1. 4
      verse/static/css/style.css

4
verse/static/css/style.css

@ -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;
}

Loading…
Cancel
Save