From 87b070278b8d196f5574dccf507bbc36c2a52728 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 29 Oct 2025 13:03:12 +0100 Subject: [PATCH] TEST FIX links on entry-content --- resources/css/blocks/content-box.css | 4 ++-- resources/css/layout/gutenberg.css | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/resources/css/blocks/content-box.css b/resources/css/blocks/content-box.css index 462de76..b1904b6 100644 --- a/resources/css/blocks/content-box.css +++ b/resources/css/blocks/content-box.css @@ -63,13 +63,13 @@ h3 + p { @apply !mt-3; } - p > a { + /* p > a { transition: all 0.3s ease-out; @apply underline underline-offset-8; text-decoration-thickness: 1px; @apply underlined-link underlined-link--white; - } + } */ ul { list-style: disc; diff --git a/resources/css/layout/gutenberg.css b/resources/css/layout/gutenberg.css index 7b5a664..f0b24dd 100644 --- a/resources/css/layout/gutenberg.css +++ b/resources/css/layout/gutenberg.css @@ -22,9 +22,10 @@ article > *:not(.entry-content), ol { a { @apply text-carhop-green-700 underline underline-offset-4; + transition: filter 0.3s ease-out; &:hover { - @apply no-underline; + filter: brightness(0.4); } }