summaryrefslogtreecommitdiffstats
path: root/src/scopes
diff options
context:
space:
mode:
Diffstat (limited to 'src/scopes')
-rw-r--r--src/scopes/_implicit.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scopes/_implicit.scss b/src/scopes/_implicit.scss
index 57c8099..7b1f43b 100644
--- a/src/scopes/_implicit.scss
+++ b/src/scopes/_implicit.scss
@@ -151,7 +151,7 @@
151 hr { 151 hr {
152 block-size: props.get(core.$border-width--thin); 152 block-size: props.get(core.$border-width--thin);
153 margin: 0; 153 margin: 0;
154 background-color: props.get(core.$theme, --border-color); 154 background-color: props.get(core.$theme, --border);
155 border: 0; 155 border: 0;
156 } 156 }
157} 157}