read next

This commit is contained in:
xaoxuu 2021-07-03 23:28:27 +08:00
parent 7166bcd83e
commit 29d57716e0
2 changed files with 9 additions and 7 deletions

View File

@ -58,7 +58,6 @@ function layoutDiv() {
el += '<div class="line"></div>'; el += '<div class="line"></div>';
el += '<a id="more" href="' + url_for(config.archive_dir) + '">'; el += '<a id="more" href="' + url_for(config.archive_dir) + '">';
el += __('meta.all_articles'); el += __('meta.all_articles');
el += '<span class="note">' + __('btn.archives') + '</span>';
el += '</a>'; el += '</a>';
} }
el += '</section>'; el += '</section>';

View File

@ -13,7 +13,7 @@
a.more a.more
padding: 0.25rem 0.5rem padding: 0.25rem 0.5rem
border-radius: $border-block border-radius: $border-block
color: var(--text-p1) color: var(--text-p1)
@ -100,10 +100,15 @@
margin: 0 margin: 0
line-height: 1.2 line-height: 1.2
padding: 0.75rem 0.5rem padding: 0.75rem 0.5rem
color: var(--text-p2) color: var(--text-p3)
justify-content: space-between justify-content: space-between
align-items: center align-items: center
font-weight: 500 font-weight: 500
font-size: $fs-12
&:first-child
color: var(--text-p1)
font-size: $fs-h4
font-weight: 400
.note .note
flex-shrink: 0 flex-shrink: 0
margin-left: 4px margin-left: 4px
@ -111,13 +116,11 @@
color: var(--text-meta) color: var(--text-meta)
font-weight: 500 font-weight: 500
&#more &#more
font-size: $fs-12 justify-content: center
text-align: center
color: var(--text-p3)
&:hover &:hover
color: $color-hover !important color: $color-hover !important
background: var(--card) background: var(--card)
.related-wrap#comments .related-wrap#comments