From 90a17f8540f33b87fabc71bf22910c4d6792827c Mon Sep 17 00:00:00 2001 From: olOwOlo <26087907+olOwOlo@users.noreply.github.com> Date: Fri, 6 Jul 2018 22:25:35 +0800 Subject: feat(style): dashed hr --- src/css/_partial/_post/_content.scss | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/css/_partial/_post') 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; -- cgit v1.2.3