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;