mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-06-06 09:31:16 -04:00
[HTML] Fix messages not being highlighted when they are pinned
This commit is contained in:
parent
12a5091d73
commit
9bb88128b0
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue