Skip to content

Commit 51bd12c

Browse files
committed
improve markdown style
1 parent c6307e4 commit 51bd12c

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

browser/styles/mixins/marked.styl

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,28 @@ marked()
55
margin 15px 0
66
h1
77
font-size 2em
8-
margin 0 auto 0.67em
8+
border-bottom solid 2px borderColor
9+
margin 0.67 auto
910
h2
1011
font-size 1.5em
11-
margin 0 auto 0.83em
12+
margin 0.83em auto
1213
h3
1314
font-size 1.17em
14-
margin 0 auto 1em
15+
margin 1em auto
1516
h4
1617
font-size 1em
17-
margin 0 auto 1.33em
18+
margin 1.33em auto
1819
h5
1920
font-size 0.83em
20-
margin 0 auto 1.67em
21+
margin 1.67em auto
2122
h6
2223
font-size 0.67em
2324
margin 2.33em auto
2425
h1, h2, h3, h4, h5, h6
25-
font-weight 400
26-
line-height 1.4em
26+
font-weight 700
27+
line-height 1.8em
2728
p
28-
line-height 1.4em
29+
line-height 1.8em
2930
margin-bottom 15px
3031
img
3132
max-width 100%

0 commit comments

Comments
 (0)