diff options
author | olOwOlo <26087907+olOwOlo@users.noreply.github.com> | 2018-07-06 22:25:35 +0800 |
---|---|---|
committer | olOwOlo <26087907+olOwOlo@users.noreply.github.com> | 2018-07-06 22:25:35 +0800 |
commit | 90a17f8540f33b87fabc71bf22910c4d6792827c (patch) | |
tree | cece13d18c4d29ce18c4aa409d9573392e7e8343 /src/css/_partial/_post | |
parent | a3cab1a3542932c3a9ed53d5dbca7158efe3120f (diff) |
feat(style): dashed hr
Diffstat (limited to 'src/css/_partial/_post')
-rw-r--r-- | src/css/_partial/_post/_content.scss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/css/_partial/_post/_content.scss b/src/css/_partial/_post/_content.scss index 87c788b..0ff9eba 100644 --- a/src/css/_partial/_post/_content.scss +++ b/src/css/_partial/_post/_content.scss @@ -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; |