ui: buttons looked dumb

This commit is contained in:
cha0s 2021-01-25 12:35:11 -06:00
parent 2af8f13b31
commit 77da9e9e17

View File

@ -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 {