hexo-theme-stellar/source/css/_common/title.styl

53 lines
837 B
Stylus
Raw Normal View History

2021-03-05 21:37:28 +08:00
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
.post-title
font-weight: 500
2021-08-23 23:47:12 +08:00
margin: .75rem 0 .5rem
2021-03-05 21:37:28 +08:00
line-height: 1.2
font-size: $fs-h3
border-bottom: none
2021-08-29 02:21:25 +08:00
color: var(--text-p0)
2021-03-05 21:37:28 +08:00
trans1 color
.wiki .post-title
margin-top: 0.5rem
2021-08-23 23:47:12 +08:00
font-weight: 700
2021-03-05 21:37:28 +08:00
.widgets
.post-title
2021-03-13 13:32:45 +08:00
margin: 0.75rem 0
2021-03-05 21:37:28 +08:00
line-height: 1.2
2021-03-13 13:32:45 +08:00
display: block
txt-ellipsis()
.cap
margin-bottom: 2px
opacity: 0.5
2021-03-05 21:37:28 +08:00
a
color: inherit
2021-03-13 13:32:45 +08:00
font-weight: 500
2021-03-05 21:37:28 +08:00
&:hover
color: $color-hover