feat(style): dashed hr

This commit is contained in:
olOwOlo 2018-07-06 22:25:35 +08:00
parent a3cab1a354
commit 90a17f8540
No known key found for this signature in database
GPG key ID: 456394B6E7A15EA6

View file

@ -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;