From 06bd6acc29f727fcd9988948b34cc6d28f30f24f Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Tue, 21 Nov 2023 14:23:52 +0100 Subject: [PATCH] imp: Remove the underline of anchors rendered as buttons --- assets/stylesheets/components/buttons.css | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/stylesheets/components/buttons.css b/assets/stylesheets/components/buttons.css index 9f1a8031..cfa818a0 100644 --- a/assets/stylesheets/components/buttons.css +++ b/assets/stylesheets/components/buttons.css @@ -11,6 +11,7 @@ button, font-family: inherit; font-size: var(--font-size-normal); line-height: 1.5; + text-decoration: none; background-color: var(--color-grey3); background-image: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(0 0 0 / 5%));