diff --git a/DiscordChatExporter.Core/Exporting/PreambleTemplate.cshtml b/DiscordChatExporter.Core/Exporting/PreambleTemplate.cshtml index a43a4db3..e2286d67 100644 --- a/DiscordChatExporter.Core/Exporting/PreambleTemplate.cshtml +++ b/DiscordChatExporter.Core/Exporting/PreambleTemplate.cshtml @@ -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 {