Strikethrough and underline support

This commit is contained in:
Max Leiter 2018-03-18 12:34:46 -07:00
parent e43c591890
commit 9053a0bb6a

View file

@ -2205,6 +2205,10 @@ part/quit messages where we don't load previews (adds a blank line otherwise) */
text-decoration: line-through;
}
.irc-underline.irc-strikethrough {
text-decoration: underline line-through;
}
.irc-italic {
font-style: italic;
}