X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=data%2Fstylesheets%2Fdefault.qss;fp=data%2Fstylesheets%2Fdefault.qss;h=6027980a762e7780d4cc72a0d00a93eb5f8b7d5a;hp=506dda97f19e280c81120c61fb81f6c6087108cd;hb=f56f4515fa722a9e20bca9457ff876e1a0a5f38c;hpb=374bb1f45bed3d21ad9abd7343bf0d2fc8a56fbc diff --git a/data/stylesheets/default.qss b/data/stylesheets/default.qss index 506dda97..6027980a 100644 --- a/data/stylesheets/default.qss +++ b/data/stylesheets/default.qss @@ -77,9 +77,10 @@ ChatLine[fg-color="0f"] { foreground: #c0c0c0; } ChatLine[bg-color="0f"] { background: #c0c0c0; } // mIRC formats -ChatLine[format="bold"] { font-weight: bold; } -ChatLine[format="italic"] { font-style: italic; } -ChatLine[format="underline"] { font-style: underline; } +ChatLine[format="bold"] { font-weight: bold; } +ChatLine[format="italic"] { font-style: italic; } +ChatLine[format="underline"] { font-style: underline; } +ChatLine[format="strikethrough"] { font-style: strikethrough; } // ChatView message colors ChatLine#notice { foreground: #916409; }