Stands in for <s> while editing

This commit is contained in:
Jason Zimdars
2025-11-03 12:10:07 -06:00
parent 4e999eaf86
commit 030ff2b11c
@@ -61,6 +61,10 @@
display: none;
}
.lexxy-content__strikethrough {
text-decoration: line-through;
}
/* Code */
:where(code, pre) {
background-color: var(--color-canvas);