Pārlūkot izejas kodu

Set color of links. Updates #130

JC Brand 11 gadi atpakaļ
vecāks
revīzija
03ff1bb4e1
1 mainītis faili ar 6 papildinājumiem un 0 dzēšanām
  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;
 }