feat: 💄 use tailwind utility classes for abbr styles
This commit is contained in:
parent
0e4705ff20
commit
b500157fb0
1 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@ a:not(.nav-link, .read-more-button) {
|
||||||
}
|
}
|
||||||
|
|
||||||
abbr {
|
abbr {
|
||||||
text-decoration: none;
|
@apply no-underline;
|
||||||
|
|
||||||
&::after {
|
&::after {
|
||||||
content: ' (' attr(title) ')';
|
content: ' (' attr(title) ')';
|
||||||
|
@ -52,7 +52,7 @@ abbr {
|
||||||
|
|
||||||
@media (hover: hover) {
|
@media (hover: hover) {
|
||||||
abbr {
|
abbr {
|
||||||
text-decoration: underline dotted;
|
@apply underline decoration-sky-600 decoration-dotted decoration-2 underline-offset-4;
|
||||||
|
|
||||||
&::after {
|
&::after {
|
||||||
content: '';
|
content: '';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue