strikethrough

This commit is contained in:
nonmakina 2021-01-04 20:23:32 -06:00
parent 2a37ad3b5d
commit b27a838c2a
2 changed files with 5 additions and 0 deletions

View file

@ -1959,6 +1959,10 @@ span.underline {
text-decoration: underline;
}
span.strikethrough {
text-decoration: line-through;
}
span.orangeQuote {
color: #FF8C00;
}