diff options
Diffstat (limited to 'web/assets/bundle.css')
-rw-r--r-- | web/assets/bundle.css | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/web/assets/bundle.css b/web/assets/bundle.css index b138c0b7d..ab81b9b3d 100644 --- a/web/assets/bundle.css +++ b/web/assets/bundle.css @@ -51,7 +51,7 @@ a { color: #de8957; } -a.button, button { +.button, button { border-radius: 0.2rem; background: #de8957; color: #fafaff; @@ -59,17 +59,14 @@ a.button, button { font-size: 1.2rem; font-weight: bold; padding: 0.5rem; + border: none; + cursor: pointer; } -a.button:hover, button:hover { +.button:hover, button:hover { background: #c76d33; } -button { - border: none; - cursor: pointer; -} - .count { background: rgb(70, 79, 88); border-radius: 0.3rem; |