mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-15 18:56:22 +00:00
fix markdown style a little more
This commit is contained in:
@@ -2,9 +2,9 @@ marked()
|
|||||||
hr
|
hr
|
||||||
border-top none
|
border-top none
|
||||||
border-bottom solid 1px borderColor
|
border-bottom solid 1px borderColor
|
||||||
margin 20px 0
|
margin 15px 0
|
||||||
h1, h2, h3, h4, h5, h6
|
h1, h2, h3, h4, h5, h6
|
||||||
margin 0 0 20px
|
margin 0 0 15px
|
||||||
font-weight 600
|
font-weight 600
|
||||||
* + h1, * + h2, * + h3, * + h4, * + h5, * + h6
|
* + h1, * + h2, * + h3, * + h4, * + h5, * + h6
|
||||||
margin-top 25px
|
margin-top 25px
|
||||||
@@ -32,7 +32,7 @@ marked()
|
|||||||
margin-top 15px
|
margin-top 15px
|
||||||
p
|
p
|
||||||
line-height 1.9em
|
line-height 1.9em
|
||||||
margin 0 0 20px
|
margin 0 0 15px
|
||||||
img
|
img
|
||||||
max-width 100%
|
max-width 100%
|
||||||
strong
|
strong
|
||||||
@@ -43,12 +43,12 @@ marked()
|
|||||||
text-decoration line-through
|
text-decoration line-through
|
||||||
blockquote
|
blockquote
|
||||||
border-left solid 4px brandBorderColor
|
border-left solid 4px brandBorderColor
|
||||||
margin 0 0 20px
|
margin 0 0 15px
|
||||||
padding 0 25px
|
padding 0 25px
|
||||||
ul
|
ul
|
||||||
list-style-type disc
|
list-style-type disc
|
||||||
padding-left 35px
|
padding-left 35px
|
||||||
margin-bottom 20px
|
margin-bottom 15px
|
||||||
li
|
li
|
||||||
display list-item
|
display list-item
|
||||||
line-height 1.8em
|
line-height 1.8em
|
||||||
@@ -61,7 +61,7 @@ marked()
|
|||||||
ol
|
ol
|
||||||
list-style-type decimal
|
list-style-type decimal
|
||||||
padding-left 35px
|
padding-left 35px
|
||||||
margin-bottom 20px
|
margin-bottom 15px
|
||||||
li
|
li
|
||||||
display list-item
|
display list-item
|
||||||
line-height 1.8em
|
line-height 1.8em
|
||||||
|
|||||||
Reference in New Issue
Block a user