aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/tabs.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/tabs.scss')
-rw-r--r--src/styles/tabs.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/styles/tabs.scss b/src/styles/tabs.scss
index fb2f1c32a..31a239387 100644
--- a/src/styles/tabs.scss
+++ b/src/styles/tabs.scss
@@ -33,7 +33,8 @@
33 width: $theme-sidebar-width; 33 width: $theme-sidebar-width;
34 34
35 &.is-active { 35 &.is-active {
36 background: lighten($theme-brand-primary, 35%); 36 background: change-color($theme-brand-primary,
37 $lightness: min(lightness($theme-brand-primary) * 1.35, 100));
37 border-left-width: 4px; 38 border-left-width: 4px;
38 border-left-style: solid; 39 border-left-style: solid;
39 color: $theme-brand-primary; 40 color: $theme-brand-primary;