Fix translucent controls bar for dark themes
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
0f299d1077
commit
e51d1867c3
|
@ -33,7 +33,7 @@
|
|||
// DEPRECATED, please use CSS4 vars
|
||||
$color-main-text: #000 !default;
|
||||
$color-main-background: #fff !default;
|
||||
$color-main-background-translucent: hsla(0, 100%, 100%, .97) !default;
|
||||
$color-main-background-translucent: rgba($color-main-background, .97) !default;
|
||||
|
||||
// used for different active/disabled states
|
||||
$color-background-dark: nc-darken($color-main-background, 7%) !default;
|
||||
|
|
Loading…
Reference in New Issue