mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-03-31 17:43:04 -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 {
|
.chatlog__component-button--link {
|
||||||
background-color: #4e5058;
|
background-color: @Themed("#4e5058", "#97979f");
|
||||||
color: #ffffff;
|
color: @Themed("#ffffff", "#2F3035");
|
||||||
}
|
}
|
||||||
|
|
||||||
.chatlog__component-button--premium {
|
.chatlog__component-button--premium {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue