Fixed Glk to Gdk color bug
[rodin/chimara.git] / tests / style.css
index 6597f996aba5c27e71f5b0fc381c272024fbb36b..2504e9f0d0d53c3a6fcacb58729ba0e25c334e5a 100644 (file)
@@ -14,6 +14,7 @@
  * input
  * user1
  * user2
+ * hyperlink
  *
  * Possible style hints:
  * font-family (string)
@@ -73,3 +74,7 @@ buffer.user1 {
 
 buffer.user2 {
 }
+
+buffer.hyperlink {
+       color: #ff0000;
+}