X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=data%2Fstylesheets%2Fdefault.qss;h=6027980a762e7780d4cc72a0d00a93eb5f8b7d5a;hb=93605206bc40e06446efabc71e155a3216dbb0b9;hp=506dda97f19e280c81120c61fb81f6c6087108cd;hpb=b12b02f1bd5ee8a68bda20622b7ec3eac84f000c;p=quassel.git 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; }