Add strikout functionality.

This commit is contained in:
CentreMetre
2026-05-31 15:17:37 +01:00
parent bb16421a87
commit 37207cff97
2 changed files with 54 additions and 28 deletions

View File

@@ -11,6 +11,10 @@
background-color: rgb(230, 230, 230);
}
#output {
#output-row {
display: flex;
}
.strike {
text-decoration: line-through;
}