瀏覽代碼

Changes the colors of the links in the chat.

master
fo 11 年之前
父節點
當前提交
5c9f4ba65b
共有 1 個文件被更改,包括 16 次插入0 次删除
  1. 16
    0
      css/chat.css

+ 16
- 0
css/chat.css 查看文件

221
 #usermsg::-webkit-scrollbar-track-piece {
221
 #usermsg::-webkit-scrollbar-track-piece {
222
     background: #3a3a3a;
222
     background: #3a3a3a;
223
 }
223
 }
224
+
225
+a:link {
226
+    color: rgb(184, 184, 184);
227
+}
228
+
229
+a:visited {
230
+    color: white;
231
+}
232
+
233
+a:hover {
234
+    color: rgb(213, 213, 213);
235
+}
236
+
237
+a:active {
238
+    color: black;
239
+}

Loading…
取消
儲存