diff --git a/src/css/style.css b/src/css/style.css index 86b1d1d..f03efc4 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -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;