From 0e5a9fb686652a1fcd96a550bb0335541dc65b84 Mon Sep 17 00:00:00 2001 From: Leilukin Date: Sat, 25 May 2024 10:19:36 +0800 Subject: [PATCH] Adjust comment article margin and info font weight --- src/assets/css/comments.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/assets/css/comments.css b/src/assets/css/comments.css index ed0af062..bea9c9cb 100644 --- a/src/assets/css/comments.css +++ b/src/assets/css/comments.css @@ -60,7 +60,7 @@ .comment-article blockquote { max-width: unset !important; overflow-wrap: break-word; - margin: 0.8em 0; + margin: 0.5em 0; } .comment-article > button { @@ -82,7 +82,6 @@ .comment-id, .comment-timestamp { font-size: 0.85em; - font-weight: lighter; font-style: italic; word-break: keep-all; }