From f8d27a894bb96d94a6d9852b82c9bab712b07415 Mon Sep 17 00:00:00 2001 From: f0x Date: Thu, 8 Jul 2021 21:33:15 +0200 Subject: [PATCH] give .button a pointer cursor too --- web/source/style.css | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/web/source/style.css b/web/source/style.css index c26e27467..7507460f2 100644 --- a/web/source/style.css +++ b/web/source/style.css @@ -67,17 +67,14 @@ a { 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;