v1.11 — 评论区去重横线 + 回复标题缩小
This commit is contained in:
+1
-2
@@ -7,7 +7,6 @@ if (post_password_required()) return;
|
||||
|
||||
<div id="comments" class="comments-section">
|
||||
|
||||
<h3 class="comment-reply-title">笺下留言</h3>
|
||||
|
||||
<?php if (have_comments()) : ?>
|
||||
<ol class="comment-list">
|
||||
@@ -32,7 +31,7 @@ if (post_password_required()) return;
|
||||
<?php if (is_user_logged_in()) : ?>
|
||||
<?php
|
||||
comment_form(array(
|
||||
'title_reply' => '',
|
||||
'title_reply' => '笺下留言',
|
||||
'comment_notes_before' => '',
|
||||
'comment_notes_after' => '',
|
||||
'logged_in_as' => '',
|
||||
|
||||
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user