diff options
Diffstat (limited to 'web/source')
-rw-r--r-- | web/source/style.css | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/web/source/style.css b/web/source/style.css index 17322ae7a..7507460f2 100644 --- a/web/source/style.css +++ b/web/source/style.css @@ -59,7 +59,7 @@ a { color: $acc1; } -a.button, button { +.button, button { border-radius: 0.2rem; background: $acc1; color: $fg; @@ -67,17 +67,14 @@ a.button, button { font-size: 1.2rem; font-weight: bold; padding: 0.5rem; + border: none; + cursor: pointer; &:hover { background: $acc2; } } -button { - border: none; - cursor: pointer; -} - .count { background: $bg_accent; border-radius: 0.3rem; |