give .button a pointer cursor too

This commit is contained in:
f0x 2021-07-08 21:33:15 +02:00
commit f8d27a894b

View file

@ -67,17 +67,14 @@ a {
font-size: 1.2rem; font-size: 1.2rem;
font-weight: bold; font-weight: bold;
padding: 0.5rem; padding: 0.5rem;
border: none;
cursor: pointer;
&:hover { &:hover {
background: $acc2; background: $acc2;
} }
} }
button {
border: none;
cursor: pointer;
}
.count { .count {
background: $bg_accent; background: $bg_accent;
border-radius: 0.3rem; border-radius: 0.3rem;