Browse Source

Don't underline links

JC Brand 12 năm trước cách đây
mục cha
commit
e8e9718b01
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      converse.css

+ 4 - 0
converse.css

@@ -43,6 +43,10 @@
     padding: 3px 0 3px 7px;
 }
 
+.chatbox a {
+    text-decoration: none;
+}
+
 .chat-head-chatbox {
     background-color: rgb(89, 106, 114);
     background-color: rgba(89, 106, 114, 1);