feat: 💄 add styling for strikethrough text
This commit is contained in:
parent
d0cc01d833
commit
a88aa22955
1 changed files with 4 additions and 0 deletions
|
@ -110,6 +110,10 @@ abbr {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
s {
|
||||||
|
@apply line-through decoration-red-800 decoration-2;
|
||||||
|
}
|
||||||
|
|
||||||
@media (hover: hover) {
|
@media (hover: hover) {
|
||||||
abbr {
|
abbr {
|
||||||
@apply underline decoration-sky-600 decoration-dotted decoration-2 underline-offset-4;
|
@apply underline decoration-sky-600 decoration-dotted decoration-2 underline-offset-4;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue