Browse Source

update message link color to address #1251

pull/1264/head
Ginger Wong 5 years ago
parent
commit
0b333dd6b6
  1. 6
      webroot/styles/chat.css

6
webroot/styles/chat.css

@ -138,12 +138,12 @@ @@ -138,12 +138,12 @@
word-break: break-word;
}
.message-text a {
color: #ffffff;
text-shadow: 0px 1px #0a0a0a75;
font-size: 0.95rem;
color: #ccd;
transition: color .2s;
}
.message-text a:hover {
text-decoration: underline;
color: #fff;
}
.message-text img {

Loading…
Cancel
Save