Skip to content

Commit

Permalink
feat(style): dashed hr
Browse files Browse the repository at this point in the history
  • Loading branch information
olOwOlo committed Jul 6, 2018
1 parent a3cab1a commit 90a17f8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/css/_partial/_post/_content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,13 @@
}
}

hr {
margin: 1rem 0;
position: relative;
border-top: 2px dashed $theme-color;
border-bottom: none;
}

.task-list {
list-style: none;
padding-left: 1.5rem;
Expand Down

0 comments on commit 90a17f8

Please sign in to comment.