diff --git a/public/script.js b/public/script.js index 746aa88..a345804 100644 --- a/public/script.js +++ b/public/script.js @@ -48,8 +48,8 @@ function write_message(data) {
${message_source} - ${format_time(new Date())} + ${format_time(new Date())}
${rendered_message} diff --git a/public/style.css b/public/style.css index c290100..a7fcfdf 100644 --- a/public/style.css +++ b/public/style.css @@ -137,6 +137,7 @@ pre { } .msg-time { + font-size: 15px; font-weight: 400; color: var(--grey-40); }