TEST FIX links on entry-content
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2025-10-29 13:03:12 +01:00
parent b2014a0886
commit 87b070278b
2 changed files with 4 additions and 3 deletions

View File

@ -63,13 +63,13 @@
h3 + p { h3 + p {
@apply !mt-3; @apply !mt-3;
} }
p > a { /* p > a {
transition: all 0.3s ease-out; transition: all 0.3s ease-out;
@apply underline underline-offset-8; @apply underline underline-offset-8;
text-decoration-thickness: 1px; text-decoration-thickness: 1px;
@apply underlined-link underlined-link--white; @apply underlined-link underlined-link--white;
} } */
ul { ul {
list-style: disc; list-style: disc;

View File

@ -22,9 +22,10 @@ article > *:not(.entry-content),
ol { ol {
a { a {
@apply text-carhop-green-700 underline underline-offset-4; @apply text-carhop-green-700 underline underline-offset-4;
transition: filter 0.3s ease-out;
&:hover { &:hover {
@apply no-underline; filter: brightness(0.4);
} }
} }