From 0b53084ccb3e7481134a6ec0e2cc016ff963bd0b Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 3 Apr 2020 10:23:14 +0200 Subject: Use the primary element color in case it primary color is too bright Signed-off-by: Joas Schilling Signed-off-by: npmbuildbot[bot] --- core/css/header.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/css/header.scss') diff --git a/core/css/header.scss b/core/css/header.scss index ccaeb72165f..356ee93cf26 100644 --- a/core/css/header.scss +++ b/core/css/header.scss @@ -143,7 +143,7 @@ &:active, &.active { opacity: 1; - box-shadow: inset 4px 0 var(--color-primary); + box-shadow: inset 4px 0 var(--color-primary-element); } span { display: inline-block; -- cgit v1.2.3