From 87f9ebe0dd6f8aa4f0bb2186d718e2f139479c6a Mon Sep 17 00:00:00 2001 From: f0x Date: Thu, 8 Jul 2021 21:33:24 +0200 Subject: [PATCH] bundle --- web/assets/bundle.css | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/web/assets/bundle.css b/web/assets/bundle.css index ed8192456..ab81b9b3d 100644 --- a/web/assets/bundle.css +++ b/web/assets/bundle.css @@ -59,17 +59,14 @@ a { font-size: 1.2rem; font-weight: bold; padding: 0.5rem; + border: none; + cursor: pointer; } .button:hover, button:hover { background: #c76d33; } -button { - border: none; - cursor: pointer; -} - .count { background: rgb(70, 79, 88); border-radius: 0.3rem;