STYLE Test link styling

This commit is contained in:
Antoine M 2025-10-07 17:42:34 +02:00
parent a17cb5c405
commit 42e6f3f37b

View File

@ -53,6 +53,13 @@
h3 + p {
@apply !mt-3;
}
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;