11text-style (n )
22 font-family $font-family
3-
3+ font-weight 400
4+
45 if n == 'body-default'
56 font-size $font-size-body
6- font-weight $font-weight-regular
77 line-height $line-height-body
88 color $color-text-primary
99
1010 else if n == 'body-bold'
1111 font-size $font-size-body
12- font-weight $font-weight-bold
1312 line-height $line-height-body
1413 color $color-text-primary
1514
1615 else if n == 'body-italic'
1716 font-size $font-size-body
18- font-weight $font-weight-regular
1917 font-style italic
2018 line-height $line-height-body
2119 color $color-text-primary
22-
20+
2321 else if n == 'body-delete'
2422 font-size $font-size-body
25- font-weight $font-weight-regular
2623 line-height $line-height-body
2724 text-decoration line-through
2825 color $color-text-primary
2926
3027 else if n == 'code-default'
31- font-family monospace
28+ font-family $font-family
3229 font-size $font-size-code
3330 line-height $line-height-code
3431 color $color-code-default
3532
3633 else if n == 'code-highlight'
37- font-family monospace
34+ font-family $font-family
3835 font-size $font-size-code
3936 line-height $line-height-code
4037 color $color-code-highlight
4138
4239 else if n == 'code-marker'
43- font-family monospace
40+ font-family $font-family
4441 font-size $font-size-code
4542 line-height $line-height-code
4643 color $color-code-marker
4744
4845 else if n == 'heading-h1'
4946 font-size $font-size-heading-h1
50- font-weight $font-weight-bold
5147 line-height $line-height-heading-h1
5248 color $color-text-primary
5349
5450 else if n == 'heading-h2'
5551 font-size $font-size-heading-h2
56- font-weight $font-weight-bold
5752 line-height $line-height-heading-h2
5853 color $color-text-primary
5954
6055 else if n == 'heading-h3'
6156 font-size $font-size-heading-h3
62- font-weight $font-weight-bold
6357 line-height $line-height-heading-h3
6458 color $color-text-primary
6559
6660 else if n == 'heading-h4'
6761 font-size $font-size-heading-h4
68- font-weight $font-weight-bold
6962 line-height $line-height-heading-h4
7063 color $color-text-primary
7164
7265 else if n == 'heading-h5'
7366 font-size $font-size-heading-h5
74- font-weight $font-weight-semibold
7567 line-height $line-height-heading-h5
7668 color $color-text-primary
7769
7870 else if n == 'heading-h6'
7971 font-size $font-size-heading-h6
80- font-weight $font-weight-medium
8172 line-height $line-height-heading-h6
8273 color $color-text-primary
8374
8475 else if n == 'footer'
8576 font-size $font-size-footer
86- font-weight $font-weight-regular
8777 line-height $line-height-footer
8878 color $color-text-secondary
8979
9080 else if n == 'header'
9181 font-size $font-size-header
92- font-weight $font-weight-medium
9382 line-height $line-height-header
9483 color $color-text-primary
9584
9685 else if n == 'post-date'
9786 font-size $font-size-post-date
98- font-weight $font-weight-regular
9987 line-height $line-height-post-date
10088 color $color-text-secondary
10189
10290 else if n == 'year-title'
10391 font-size $font-size-year-title
104- font-weight $font-weight-bold
10592 line-height $line-height-year-title
10693 color $color-text-third
10794
10895 else if n == 'post-tag'
10996 font-size $font-size-post-tag
110- font-weight $font-weight-medium
11197 line-height $line-height-post-tag
11298 color $color-text-secondary
11399
114100 else if n == 'search-result-message'
115- font-family monospace
101+ font-family $font-family
116102 font-size $font-size-code
117103 line-height $line-height-code
118104 color $color-text-third
119- text-transform lowercase
105+ text-transform lowercase
0 commit comments