aboutsummaryrefslogtreecommitdiff
path: root/src/css/_partial
diff options
context:
space:
mode:
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;