summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/_base.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_base.scss b/src/_base.scss
index 3eb656e..e5dc7e5 100644
--- a/src/_base.scss
+++ b/src/_base.scss
@@ -151,7 +151,7 @@ img {
151 151
152hr { 152hr {
153 height: fn.dim(--border --thin); 153 height: fn.dim(--border --thin);
154 margin: fn.dim(--paragraph --margin-top) 0; 154 margin: fn.dim(--heading --margin-top) 0;
155 border: 0; 155 border: 0;
156 background-color: fn.color(--obj); 156 background-color: fn.color(--obj);
157} 157}