Skip to content
Snippets Groups Projects
Commit 22e32501 authored by Marco Ambrosini's avatar Marco Ambrosini
Browse files

Create hover color variable

parent 1bf44e1d
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,8 @@ $color-main-text: #222 !default; // Not #000 for better readability ...@@ -35,7 +35,8 @@ $color-main-text: #222 !default; // Not #000 for better readability
$color-main-background: #fff !default; $color-main-background: #fff !default;
$color-main-background-translucent: rgba($color-main-background, .97) !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-dark: nc-darken($color-main-background, 7%) !default;
$color-background-darker: nc-darken($color-main-background, 14%) !default; $color-background-darker: nc-darken($color-main-background, 14%) !default;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment