0

update message link color to address #1251

This commit is contained in:
Ginger Wong 2021-07-25 23:15:31 -07:00
parent f8c06b3da6
commit 0b333dd6b6

View File

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