mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-04-20 21:18:23 +00:00
[HTML] Fix messages not being highlighted when they are pinned
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user