ソースを参照

Changes the colors of the links in the chat.

master
fo 10年前
コミット
5c9f4ba65b
1個のファイルの変更16行の追加0行の削除
  1. 16
    0
      css/chat.css

+ 16
- 0
css/chat.css ファイルの表示

@@ -221,3 +221,19 @@
221 221
 #usermsg::-webkit-scrollbar-track-piece {
222 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
+}

読み込み中…
キャンセル
保存