Browse Source

Set color of links. Updates #130

JC Brand 11 năm trước cách đây
mục cha
commit
03ff1bb4e1
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  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;
 }