summaryrefslogtreecommitdiffstats
path: root/src/_sidebar.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/_sidebar.scss')
-rw-r--r--src/_sidebar.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/_sidebar.scss b/src/_sidebar.scss
index e200106..8c74988 100644
--- a/src/_sidebar.scss
+++ b/src/_sidebar.scss
@@ -17,12 +17,12 @@
17 display: block; 17 display: block;
18 block-size: 1px; 18 block-size: 1px;
19 margin-block-end: 30px; 19 margin-block-end: 30px;
20 background-color: props.get(core.$theme, --base, --200); 20 background-color: var(--wcfContentBorderInner);
21 } 21 }
22 } 22 }
23 23
24 &:not(.boxBorderless) { 24 &:not(.boxBorderless) {
25 background-color: props.get(core.$theme, --bg-l1); 25 background-color: props.get(core.$theme, --bg-sidebar);
26 } 26 }
27 } 27 }
28 28