浏览代码

Don't underline links

JC Brand 12 年之前
父节点
当前提交
e8e9718b01
共有 1 个文件被更改,包括 4 次插入0 次删除
  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);