summaryrefslogtreecommitdiffstats
path: root/src/_sidebar.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/_sidebar.scss')
-rw-r--r--src/_sidebar.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/_sidebar.scss b/src/_sidebar.scss
index 3d1689a..f271885 100644
--- a/src/_sidebar.scss
+++ b/src/_sidebar.scss
@@ -1,6 +1,7 @@
1@use 'iro-sass/src/props'; 1@use 'iro-sass/src/props';
2 2
3@use 'core'; 3@use 'core';
4@use 'common';
4 5
5@mixin styles { 6@mixin styles {
6 .boxesSidebarLeft{ 7 .boxesSidebarLeft{
@@ -27,6 +28,10 @@
27 background-color: props.get(core.$theme, --base, --200); 28 background-color: props.get(core.$theme, --base, --200);
28 } 29 }
29 } 30 }
31
32 &:not(.boxBorderless) {
33 background-color: props.get(common.$vlpnBg);
34 }
30 } 35 }
31 36
32 a { 37 a {