0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-05-07 18:48:39 +00:00

add strikethrough highlight

This commit is contained in:
Víctor Losada Hernández
2026-05-04 16:24:41 +02:00
parent 43c9f35f3c
commit 9f6e03fd80
2 changed files with 22 additions and 0 deletions
@@ -100,6 +100,10 @@
vertical-align : sub;
color : rgb(123, 123, 15);
}
.cm-strikethrough {
text-decoration: line-through;
}
.cm-definitionList {
.cm-definitionTerm { color : rgb(96, 117, 143); }
.cm-definitionColon:not(:has(.cm-comment)) {