mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
Change message link colors. For #1551
This commit is contained in:
parent
f54a9f997d
commit
f19840dea9
@ -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…
x
Reference in New Issue
Block a user