Make URLs stylable and fix on-hover underline
[quassel.git] / data / default.qss
index 22d2401..0371fac 100644 (file)
@@ -27,6 +27,10 @@ ChatLine::timestamp {
   foreground: #707c70;
 }
 
   foreground: #707c70;
 }
 
+ChatLine::url {
+  foreground: palette(link);
+}
+
 Palette {
   marker-line: red;
 }
 Palette {
   marker-line: red;
 }