Merge pull request #2248 from MaxLeiter/underline-strikethrough
Support strikethrough and underline at same time
This commit is contained in:
commit
430d48434c
@ -2205,6 +2205,10 @@ part/quit messages where we don't load previews (adds a blank line otherwise) */
|
|||||||
text-decoration: line-through;
|
text-decoration: line-through;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.irc-underline.irc-strikethrough {
|
||||||
|
text-decoration: underline line-through;
|
||||||
|
}
|
||||||
|
|
||||||
.irc-italic {
|
.irc-italic {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user