read next
This commit is contained in:
parent
7166bcd83e
commit
29d57716e0
|
@ -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>';
|
||||||
|
|
|
@ -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,9 +116,7 @@
|
||||||
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)
|
||||||
|
|
Loading…
Reference in New Issue