Pārlūkot izejas kodu

Changes the colors of the links in the chat.

master
fo 11 gadus atpakaļ
vecāks
revīzija
5c9f4ba65b
1 mainītis faili ar 16 papildinājumiem un 0 dzēšanām
  1. 16
    0
      css/chat.css

+ 16
- 0
css/chat.css Parādīt failu

@@ -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
+}

Notiek ielāde…
Atcelt
Saglabāt