This commit is contained in:
2025-06-15 12:26:55 +02:00
parent b47e8e18d0
commit fa9b104f60
11 changed files with 65 additions and 86 deletions

View File

@ -93,12 +93,14 @@
size-adjust: 92%;
}
a {
@apply text-pink-800 underline underline-offset-2 hover:transition hover:text-blue-500;
}
@layer base {
a {
@apply text-pink-800 underline underline-offset-2 hover:transition hover:text-blue-500;
}
strong {
@apply font-medium;
strong {
@apply font-medium;
}
}
.article-body {