diff --git a/DiscordChatExporter.Core/Exporting/Writers/Html/MessageGroupTemplate.cshtml b/DiscordChatExporter.Core/Exporting/Writers/Html/MessageGroupTemplate.cshtml
index 992f68ff..f1e236ef 100644
--- a/DiscordChatExporter.Core/Exporting/Writers/Html/MessageGroupTemplate.cshtml
+++ b/DiscordChatExporter.Core/Exporting/Writers/Html/MessageGroupTemplate.cshtml
@@ -73,7 +73,9 @@
@{/* System notification content */}
@if(message.Kind == MessageKind.ChannelPinnedMessage)
{
- pinned a message to this channel.
+ pinned
+ a message
+ to this channel.
}
else
{
diff --git a/DiscordChatExporter.Core/Exporting/Writers/Html/PreambleTemplate.cshtml b/DiscordChatExporter.Core/Exporting/Writers/Html/PreambleTemplate.cshtml
index 97379a37..3173306d 100644
--- a/DiscordChatExporter.Core/Exporting/Writers/Html/PreambleTemplate.cshtml
+++ b/DiscordChatExporter.Core/Exporting/Writers/Html/PreambleTemplate.cshtml
@@ -255,12 +255,12 @@
}
.chatlog__system-notification {
- color: @Themed("rgb(150, 152, 157)", "rgb(94, 103, 114)")
+ color: @Themed("#96989d", "#5e6772")
}
.chatlog__system-notification-reference-link {
font-weight: 500;
- color: #ffffff
+ color: @Themed("#ffffff", "#2f3136");
}
.chatlog__system-notification-icon {