From 6ef091b136ea12c0a7f788e5a39f256a24c7356f Mon Sep 17 00:00:00 2001 From: Bengt Brodersen Date: Fri, 24 Mar 2023 14:19:15 +0100 Subject: [PATCH] Update index.html --- index.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/index.html b/index.html index 285a36c..9538e69 100644 --- a/index.html +++ b/index.html @@ -1,4 +1,4 @@ - + @@ -643,13 +643,13 @@

color: var(--primary-color) !important; } .button.is-text { - padding: 0 !important; - height: auto !important; - text-decoration: none !important; - box-shadow: none !important; - background-color: unset !important; - user-select: text !important; - color: var(--primary-color) !important; + padding: 0; + height: auto; + text-decoration: none; + box-shadow: none; + background-color: unset; + user-select: text; + color: var(--primary-color); font-weight: 500; text-align: left; overflow: hidden;