Make menu buttons transparent by default properly

This commit is contained in:
James Lyne 2021-07-19 00:37:57 +01:00
parent ff2c44ab59
commit ee910453d5

View File

@ -179,6 +179,7 @@ input {
position: relative;
> button {
background-color: transparent;
margin: -0.8rem -0.8rem -0.7rem;
flex-grow: 1;
}