From 5ae5c25cc045f568084fd7ff8abfcb42346e57f8 Mon Sep 17 00:00:00 2001
From: alexisben <alex@noesya.coop>
Date: Thu, 11 Jan 2024 19:32:34 +0100
Subject: [PATCH] use thickness

---
 assets/sass/_theme/_utils.sass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/assets/sass/_theme/_utils.sass b/assets/sass/_theme/_utils.sass
index cad3091a..0e9fd773 100644
--- a/assets/sass/_theme/_utils.sass
+++ b/assets/sass/_theme/_utils.sass
@@ -56,7 +56,7 @@ $space-unit: 4 !default
         text-decoration-color: transparent
     &:hover
         text-decoration-color: rgba($color, 1)
-        text-decoration-thickness: 1px
+        text-decoration-thickness: $link-underline-thickness
 
 @mixin link-hovered-underline-only
     &:not(:hover)
-- 
GitLab