hexo-theme-redefine
Version:
Redefine your writing with Hexo Theme Redefine.
49 lines (43 loc) • 1.12 kB
text/stylus
$archive-year-font-size = 1.8rem
$archive-year-count-font-size = 1.2rem
$article-title-font-size = 1.2rem
$article-date-font-size = 1rem
@require '../../common/variables'
.archive-list-container
.article-item
&::before
content attr(date-is)
position absolute
left 2em
font-weight bold
top 1em
display block
font-size 0.785rem
color var(--third-text-color)
&::after
width 12px
height 12px
display block
top 20px
position absolute
left -7px
border-radius 10px
content ''
border 2px solid var(--third-text-color)
background var(--background-color)
transition background 0.2s ease-in-out
&:last-child
border-image var(--archive-timeline-last-child-color)
span.article-title
position relative
display block
&::after
content ""
width 7px
height 7px
background var(--fourth-text-color)
border 1px solid var(--border-color)
position absolute
left -1.79rem
top 0.5em
border-radius 50px