diff --git a/DiscordChatExporter.Core/Exporting/Writers/Html/PreambleTemplate.cshtml b/DiscordChatExporter.Core/Exporting/Writers/Html/PreambleTemplate.cshtml index e313ff5..e982e71 100644 --- a/DiscordChatExporter.Core/Exporting/Writers/Html/PreambleTemplate.cshtml +++ b/DiscordChatExporter.Core/Exporting/Writers/Html/PreambleTemplate.cshtml @@ -645,7 +645,7 @@ font-size: 0.85rem; } - .chatlog__markdown-mention{ + .chatlog__markdown-mention { border-radius: 3px; padding: 0 2px; background-color: @Themed("rgba(88, 101, 242, .3)", "rgba(88, 101, 242, .15)"); @@ -658,7 +658,7 @@ color: #ffffff } - .chatlog__markdown-timestamp{ + .chatlog__markdown-timestamp { border-radius: 3px; padding: 0 2px; color: @Themed("#a3a6aa", "#5e6772");