From cd9959dfc6c9d2350e14944beea47a8aa97db5a5 Mon Sep 17 00:00:00 2001 From: Nonimart Date: Tue, 24 Jun 2025 13:01:49 +0200 Subject: [PATCH] STYLE Updating text-decoration when hovered (lighter) --- resources/css/components/footnote-reference.css | 1 + resources/css/components/index-panel.css | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/css/components/footnote-reference.css b/resources/css/components/footnote-reference.css index 8258a67..d45dee8 100644 --- a/resources/css/components/footnote-reference.css +++ b/resources/css/components/footnote-reference.css @@ -4,6 +4,7 @@ &:hover { @apply underline underline-offset-8; text-decoration-thickness: 1px; + @apply decoration-neutral-400; &:after { transform: translate(0px, -2px) scale(1.1); diff --git a/resources/css/components/index-panel.css b/resources/css/components/index-panel.css index fbe06ea..2c77988 100644 --- a/resources/css/components/index-panel.css +++ b/resources/css/components/index-panel.css @@ -34,7 +34,7 @@ .sommaire-index a:hover, .footnotes-index a:hover { - @apply text-carhop-green-800 underline-offset-8 underline; + @apply text-carhop-green-800 underline-offset-8 underline decoration-neutral-400; text-decoration-thickness: 1px; } }