Change message link colors. For #1551

This commit is contained in:
Gabe Kangas
2022-01-05 21:10:18 -08:00
parent f54a9f997d
commit f19840dea9

View File

@@ -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 {