STYLE Handling a style

This commit is contained in:
Antoine M 2025-10-07 12:20:57 +02:00
parent 664a16583f
commit 4c477985e8

View File

@ -45,6 +45,10 @@ article > *:not(.entry-content),
}
.site-content {
a {
@apply underline underline-offset-4;
text-decoration-thickness: 1px;
}
p,
li {
strong {