Selaa lähdekoodia

Changes the colors of the links in the chat.

j8
fo 11 vuotta sitten
vanhempi
commit
5c9f4ba65b
1 muutettua tiedostoa jossa 16 lisäystä ja 0 poistoa
  1. 16
    0
      css/chat.css

+ 16
- 0
css/chat.css Näytä tiedosto

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…
Peruuta
Tallenna