diff --git a/assets/sass/_theme/_utils.sass b/assets/sass/_theme/_utils.sass
index cad3091a1095499e36cf992d1e19b4f6d8f56e1a..0e9fd77345bf757f181cbf8f230ad8f80780306c 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)