mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-14 15:53:30 -07:00
[HTML] Fix messages not being highlighted when they are pinned
This commit is contained in:
parent
12a5091d73
commit
9bb88128b0
|
|
@ -55,7 +55,7 @@ a {
|
||||||
}
|
}
|
||||||
|
|
||||||
.chatlog__message--highlighted {
|
.chatlog__message--highlighted {
|
||||||
background-color: rgba(114, 137, 218, 0.2);
|
background-color: rgba(114, 137, 218, 0.2) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.chatlog__message--pinned {
|
.chatlog__message--pinned {
|
||||||
|
|
|
||||||
|
|
@ -58,7 +58,7 @@ a {
|
||||||
}
|
}
|
||||||
|
|
||||||
.chatlog__message--highlighted {
|
.chatlog__message--highlighted {
|
||||||
background-color: rgba(114, 137, 218, 0.2);
|
background-color: rgba(114, 137, 218, 0.2) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.chatlog__message--pinned {
|
.chatlog__message--pinned {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue