소스 검색

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;
 }