Templates/discord: fix new mentions colors

This commit is contained in:
Lysec
2026-01-23 19:50:29 +01:00
parent 9bd9d3cfc9
commit 484c41c8e3
+7
View File
@@ -320,3 +320,10 @@ body {
.channelMention:hover {
color: var(--text-1) !important;
}
._3b95d7d910416e54-bar._3b95d7d910416e54-mention {
background-color: var(--accent-1) !important;
}
._3b95d7d910416e54-bar._3b95d7d910416e54-mention ._3b95d7d910416e54-text {
color: var(--text-0) !important;
}