From da5662c454cbdf9e81c6ac83cc0dfe72692fd883 Mon Sep 17 00:00:00 2001 From: Julius Härtl Date: Fri, 11 Aug 2017 15:11:47 +0200 Subject: Use separate element color in theming MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This way we can use a grey color when the primary color is to bright Signed-off-by: Julius Härtl --- core/css/variables.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'core/css/variables.scss') diff --git a/core/css/variables.scss b/core/css/variables.scss index 5b7783a888a..3a135f91c86 100644 --- a/core/css/variables.scss +++ b/core/css/variables.scss @@ -5,6 +5,7 @@ $color-primary-text: #ffffff; $color-error: #e9322d; $color-warning: #ffcc44; $color-success: #46ba61; +$color-primary-element: $color-primary; @function nc-darken($color, $value) { @return darken($color, $value); -- cgit v1.2.3