Make menu buttons transparent by default

This commit is contained in:
James Lyne 2021-07-19 00:35:42 +01:00
parent f2ff8103f7
commit bfe3814aa9

View File

@ -192,6 +192,7 @@ input {
& + label {
@include button;
background-color: transparent;
margin-bottom: 0.1rem;
}