mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-03-31 09:33:03 -06:00
fix: add themeing support for dark/light mode for buttons
This commit is contained in:
parent
231857e925
commit
a54e011ad8
|
|
@ -487,8 +487,8 @@
|
|||
}
|
||||
|
||||
.chatlog__component-button--link {
|
||||
background-color: #4e5058;
|
||||
color: #ffffff;
|
||||
background-color: @Themed("#4e5058", "#97979f");
|
||||
color: @Themed("#ffffff", "#2F3035");
|
||||
}
|
||||
|
||||
.chatlog__component-button--premium {
|
||||
|
|
|
|||
Loading…
Reference in a new issue