generalize .button class styling

This commit is contained in:
f0x 2021-07-08 21:31:27 +02:00
commit a30f4b7e76

View file

@ -59,7 +59,7 @@ a {
color: $acc1;
}
a.button, button {
.button, button {
border-radius: 0.2rem;
background: $acc1;
color: $fg;