feat: 💄 use tailwind utility classes for abbr styles

This commit is contained in:
Sebin Nyshkim 2024-10-15 13:31:46 +02:00
parent 0e4705ff20
commit b500157fb0

View file

@ -43,7 +43,7 @@ a:not(.nav-link, .read-more-button) {
}
abbr {
text-decoration: none;
@apply no-underline;
&::after {
content: ' (' attr(title) ')';
@ -52,7 +52,7 @@ abbr {
@media (hover: hover) {
abbr {
text-decoration: underline dotted;
@apply underline decoration-sky-600 decoration-dotted decoration-2 underline-offset-4;
&::after {
content: '';