Changes the colors of the links in the chat.
This commit is contained in:
parent
1057c6dd0d
commit
5c9f4ba65b
16
css/chat.css
16
css/chat.css
|
@ -221,3 +221,19 @@
|
|||
#usermsg::-webkit-scrollbar-track-piece {
|
||||
background: #3a3a3a;
|
||||
}
|
||||
|
||||
a:link {
|
||||
color: rgb(184, 184, 184);
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: white;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: rgb(213, 213, 213);
|
||||
}
|
||||
|
||||
a:active {
|
||||
color: black;
|
||||
}
|
Loading…
Reference in New Issue