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;