feat: 💄 add styling for strikethrough text

This commit is contained in:
Sebin Nyshkim 2025-07-30 04:54:39 +02:00
parent d0cc01d833
commit a88aa22955
Signed by: SebinNyshkim
SSH key fingerprint: SHA256:LG1WHMySL/4iW/Yci+0eHgbf0te5beRiLlmyoY8E5D0

View file

@ -110,6 +110,10 @@ abbr {
}
}
s {
@apply line-through decoration-red-800 decoration-2;
}
@media (hover: hover) {
abbr {
@apply underline decoration-sky-600 decoration-dotted decoration-2 underline-offset-4;