2021-02-19 23:33:19 +08:00
|
|
|
.read-next-wrap
|
|
|
|
padding: $gap * 2 $gap
|
|
|
|
.body
|
|
|
|
.post-title
|
|
|
|
margin: 0.5rem 0
|
|
|
|
line-height: 1.2
|
|
|
|
a
|
|
|
|
color: inherit
|
|
|
|
&:hover
|
|
|
|
color: $color-hover
|
|
|
|
&.read
|
|
|
|
color: var(--text-p3)
|
2021-02-24 00:32:07 +08:00
|
|
|
font-size: $fs14
|
2021-02-24 21:27:31 +08:00
|
|
|
font-weight: 500
|
2021-02-19 23:33:19 +08:00
|
|
|
&.unread
|
2021-02-24 21:27:31 +08:00
|
|
|
color: var(--text-p1)
|
2021-02-24 22:07:32 +08:00
|
|
|
font-size: 2rem
|
2021-02-24 21:27:31 +08:00
|
|
|
font-weight: 400
|