Skip to content

Commit

Permalink
tweak(default-theme): Adds hr element style (#126)
Browse files Browse the repository at this point in the history
This adds some styling to the hr element which is produced when you have
`---` in markdown on a line on its own. This makes the element look like
all other border elements 1px, of $borderColor.
  • Loading branch information
mdaffin authored and yyx990803 committed Apr 18, 2018
1 parent 51c6eb2 commit bc2366d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/default-theme/styles/theme.styl
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,10 @@ code, kbd
p, ul, ol
line-height 1.7

hr
border 0
border-top 1px solid $borderColor

table
border-collapse collapse
margin 1rem 0
Expand Down

0 comments on commit bc2366d

Please sign in to comment.