aboutsummaryrefslogtreecommitdiff
path: root/src/css/_partial
diff options
context:
space:
mode:
authorolOwOlo <26087907+olOwOlo@users.noreply.github.com>2018-07-06 22:25:35 +0800
committerolOwOlo <26087907+olOwOlo@users.noreply.github.com>2018-07-06 22:25:35 +0800
commit90a17f8540f33b87fabc71bf22910c4d6792827c (patch)
treecece13d18c4d29ce18c4aa409d9573392e7e8343 /src/css/_partial
parenta3cab1a3542932c3a9ed53d5dbca7158efe3120f (diff)
feat(style): dashed hr
Diffstat (limited to 'src/css/_partial')
-rw-r--r--src/css/_partial/_post/_content.scss7
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;