Skip to content

Commit

Permalink
Merge pull request #365 from RyouSY/dev
Browse files Browse the repository at this point in the history
归档页文章增加标号
  • Loading branch information
EvanNotFound authored May 29, 2024
2 parents 8311c18 + 4804ddf commit c3d2a53
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion source/css/layout/_partials/archive-list.styl
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,20 @@ $article-date-font-size = 1rem
transition background 0.2s ease-in-out

&:last-child
border-image var(--archive-timeline-last-child-color)
border-image var(--archive-timeline-last-child-color)

span.article-title
position relative
padding-left 15px
display block

&::after
content ""
width 7px
height 7px
background var(--background-color)
border 2px solid var(--third-text-color)
position absolute
left 0
top 0.5em
border-radius 50px

0 comments on commit c3d2a53

Please sign in to comment.