From 554365433de925d842ebbeecbd601dd1799e9355 Mon Sep 17 00:00:00 2001 From: f0x Date: Thu, 8 Jul 2021 21:31:37 +0200 Subject: [PATCH] bundle --- web/assets/bundle.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/assets/bundle.css b/web/assets/bundle.css index b138c0b7d..ed8192456 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; @@ -61,7 +61,7 @@ a.button, button { padding: 0.5rem; } -a.button:hover, button:hover { +.button:hover, button:hover { background: #c76d33; }