Merge pull request #2248 from MaxLeiter/underline-strikethrough

Support strikethrough and underline at same time
This commit is contained in:
Pavel Djundik 2018-03-18 21:49:16 +02:00 committed by GitHub
commit 430d48434c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;
}