mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-12-25 06:27:03 +01:00
Discord mentions highlighted like channel names
This commit is contained in:
parent
a4c16968e8
commit
e98c837433
@ -510,14 +510,14 @@ p.mentioned span.chatmessage {
|
|||||||
margin-bottom: 3px;
|
margin-bottom: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.chatmessage .channellink {
|
.chatmessage .channellink, .chatmessage .discordmention {
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
background-color: rgba(0, 0, 0, 0.2);
|
background-color: rgba(0, 0, 0, 0.2);
|
||||||
color: #82b1ff;
|
color: #82b1ff;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.chatmessage .channellink:hover {
|
.chatmessage .channellink:hover, .chatmessage .discordmention:hover {
|
||||||
background-color: rgba(0, 0, 0, 0.5);
|
background-color: rgba(0, 0, 0, 0.5);
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user