Browse Source

Change message link colors. For #1551

pull/1658/head
Gabe Kangas 4 years ago
parent
commit
f19840dea9
No known key found for this signature in database
GPG Key ID: 9A56337728BC81EA
  1. 7
      webroot/styles/chat.css

7
webroot/styles/chat.css

@ -138,12 +138,11 @@ @@ -138,12 +138,11 @@
word-break: break-word;
}
.message-text a {
color: #ccd;
transition: color .2s;
}
.message-text a:hover {
text-decoration: underline;
text-underline-offset: 3px;
text-decoration-color: rgba(255, 255, 255, 0.25);
color: #fff;
transition: color .2s;
}
.message-text img {

Loading…
Cancel
Save