Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-09-11 12:27:59 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-09-11 12:27:59 +0300
commit223046b079e54b0c811b5203bc40ad81f34198b9 (patch)
treed86208963b5a764c02526316a8b89c7359467214 /core/css/variables.scss
parent0cc780ec0a94e6ea2103ee667b111cc38fe81f12 (diff)
Create color-primary-light variable
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'core/css/variables.scss')
-rw-r--r--core/css/variables.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/css/variables.scss b/core/css/variables.scss
index 8a13121ba7d..114cbd83370 100644
--- a/core/css/variables.scss
+++ b/core/css/variables.scss
@@ -40,6 +40,7 @@ $color-background-dark: nc-darken($color-main-background, 7%) !default;
$color-background-darker: nc-darken($color-main-background, 14%) !default;
$color-primary: #0082c9 !default;
+$color-primary-light: mix($color-primary, $color-main-background, 10%) !default;
$color-primary-text: #ffffff !default;
// do not use nc-darken/lighten in case of overriding because
// primary-text is independent of color-main-text