diff --git a/src/css/_partial/_post/_content.scss b/src/css/_partial/_post/_content.scss index 87c788be3..0ff9ebafc 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;