Browse Source

Fix translucent controls bar for dark themes

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
tags/v15.0.0beta1
Jan-Christoph Borchardt 5 years ago
parent
commit
e51d1867c3
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      core/css/variables.scss

+ 1
- 1
core/css/variables.scss View File

@@ -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…
Cancel
Save