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 {
@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;

View File

@ -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);
}
}