瀏覽代碼

Set color of links. Updates #130

JC Brand 11 年之前
父節點
當前提交
03ff1bb4e1
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      converse.css

+ 6 - 0
converse.css

@@ -411,6 +411,12 @@ you can use the generic selector below, but it's slower:
     display: block;
 }
 
+#conversejs a {
+  text-decoration: none;
+  color: #436976;
+  text-shadow: none;
+}
+
 #conversejs form {
     padding: 0;
 }