summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabe Kangas <gabek@real-ity.com>2022-01-05 21:10:18 -0800
committerGabe Kangas <gabek@real-ity.com>2022-01-05 21:10:22 -0800
commitf19840dea93f7107adbf761c27c2df98bad39cb0 (patch)
treeee90754b4f906f1c05360c0293a2465aa644ebcd
parentf54a9f997dbc3580e6ec3953ba4ee7db369cbe85 (diff)
Change message link colors. For #1551
-rw-r--r--webroot/styles/chat.css7
1 files changed, 3 insertions, 4 deletions
diff --git a/webroot/styles/chat.css b/webroot/styles/chat.css
index 12bc3dc64..24d3f212d 100644
--- a/webroot/styles/chat.css
+++ b/webroot/styles/chat.css
@@ -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 {