diff --git a/comments.php b/comments.php index d75e7a6..94da514 100644 --- a/comments.php +++ b/comments.php @@ -7,7 +7,6 @@ if (post_password_required()) return;
笺下留言
@@ -32,7 +31,7 @@ if (post_password_required()) return; '', + 'title_reply' => '笺下留言', 'comment_notes_before' => '', 'comment_notes_after' => '', 'logged_in_as' => '', diff --git a/style.css b/style.css index 03cf8c8..1c202a5 100644 --- a/style.css +++ b/style.css @@ -581,7 +581,7 @@ echo "done" .comment-list .children { margin-left:24px; padding-left:0; border-left:2px solid var(--border-light); } .comment-list .children li { border-bottom:none; } -.comment-reply-title { font-size:18px !important; font-weight:600 !important; letter-spacing:0.08em !important; margin-bottom:20px !important; } +.comment-reply-title { font-size:15px !important; font-weight:400 !important; letter-spacing:0.04em !important; margin-bottom:16px !important; } .comment-reply-title a:not(#cancel-comment-reply-link) { color:var(--ink) !important; text-decoration:none !important; font-size:14px; font-weight:600; } .comment-reply-title a:hover { color:var(--cinnabar) !important; } #cancel-comment-reply-link { margin-left:12px; font-size:12px !important; color:var(--ink-lighter) !important; text-decoration:none !important; }