summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/css/variables.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/css/variables.scss b/core/css/variables.scss
index 35036248e55..3a14acb0ad7 100644
--- a/core/css/variables.scss
+++ b/core/css/variables.scss
@@ -35,7 +35,8 @@ $color-main-text: #222 !default; // Not #000 for better readability
$color-main-background: #fff !default;
$color-main-background-translucent: rgba($color-main-background, .97) !default;
-// used for different active/disabled states
+// used for different active/hover/focus/disabled states
+$color-background-hover: nc-darken($color-main-background, 4%) !default;
$color-background-dark: nc-darken($color-main-background, 7%) !default;
$color-background-darker: nc-darken($color-main-background, 14%) !default;