ui: buttons looked dumb
This commit is contained in:
parent
2af8f13b31
commit
77da9e9e17
|
@ -150,10 +150,12 @@ fieldset {
|
|||
}
|
||||
|
||||
button, .button {
|
||||
background-color: rgba(0, 0, 0, 0.65);
|
||||
border: 1px solid rgba(255, 255, 255, 0.2);
|
||||
background-color: rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(255, 255, 255, 0.1);
|
||||
color: #ffffff;
|
||||
font-size: 100%;
|
||||
margin: 0.5em 0;
|
||||
padding: 0.5em;
|
||||
text-decoration: none;
|
||||
transition: background-color 0.2s;
|
||||
&:hover {
|
||||
|
|
Loading…
Reference in New Issue
Block a user