diff --git a/DiscordChatExporter.Core/Exporting/Writers/Html/MessageGroupTemplate.cshtml b/DiscordChatExporter.Core/Exporting/Writers/Html/MessageGroupTemplate.cshtml index 6e4e98b..71ababb 100644 --- a/DiscordChatExporter.Core/Exporting/Writers/Html/MessageGroupTemplate.cshtml +++ b/DiscordChatExporter.Core/Exporting/Writers/Html/MessageGroupTemplate.cshtml @@ -125,7 +125,7 @@ } @{/* Timestamp */} - @FormatDate(message.Timestamp) + @FormatDate(message.Timestamp) } @@ -462,4 +462,4 @@ } - \ No newline at end of file + diff --git a/DiscordChatExporter.Core/Exporting/Writers/Html/PreambleTemplate.cshtml b/DiscordChatExporter.Core/Exporting/Writers/Html/PreambleTemplate.cshtml index e982e71..a91ea71 100644 --- a/DiscordChatExporter.Core/Exporting/Writers/Html/PreambleTemplate.cshtml +++ b/DiscordChatExporter.Core/Exporting/Writers/Html/PreambleTemplate.cshtml @@ -281,6 +281,10 @@ unicode-bidi: bidi-override; } + .chatlog__timestamp a { + color: @Themed("#a3a6aa", "#5e6772"); + } + .chatlog__content { padding-right: 1rem; font-size: 0.95rem; @@ -803,4 +807,4 @@ @{/* Preamble cuts off at this point */} -
\ No newline at end of file +