56 lines
914 B
Stylus
56 lines
914 B
Stylus
|
h1,.h1
|
||
|
font-size: $fs-h1
|
||
|
font-weight: 500
|
||
|
h2,.h2
|
||
|
font-size: $fs-h2
|
||
|
h3,.h3
|
||
|
font-size: $fs-h3
|
||
|
h4,.h4
|
||
|
font-size: $fs-h4
|
||
|
h5
|
||
|
font-size: $fs-h5
|
||
|
h6
|
||
|
font-size: $fs-h6
|
||
|
|
||
|
// 次级段落字号
|
||
|
.fs14
|
||
|
font-size: $fs-14
|
||
|
p
|
||
|
font-size: $fs-14 !important
|
||
|
li
|
||
|
font-size: $fs-14 !important
|
||
|
// 脚标字号
|
||
|
.fs12
|
||
|
font-size: $fs-12
|
||
|
|
||
|
.post-list
|
||
|
.list-title
|
||
|
color: var(--text-p3)
|
||
|
font-family: $ff-code
|
||
|
font-weight: 700
|
||
|
line-height: 1.2
|
||
|
padding-bottom: 0.5rem
|
||
|
>.list-title
|
||
|
margin: 2rem 1rem 0rem
|
||
|
.post-title
|
||
|
font-weight: 500
|
||
|
margin: 1rem 0
|
||
|
line-height: 1.2
|
||
|
font-size: $fs-h3
|
||
|
border-bottom: none
|
||
|
color: var(--text-p1)
|
||
|
trans1 color
|
||
|
.wiki .post-title
|
||
|
margin-top: 0.5rem
|
||
|
font-weight: 500
|
||
|
font-size: 1.75rem
|
||
|
|
||
|
.widgets
|
||
|
.post-title
|
||
|
margin: 0.5rem 0
|
||
|
line-height: 1.2
|
||
|
a
|
||
|
color: inherit
|
||
|
&:hover
|
||
|
color: $color-hover
|