瀏覽代碼

Fix translucent controls bar for dark themes

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
tags/v15.0.0beta1
Jan-Christoph Borchardt 5 年之前
父節點
當前提交
e51d1867c3
No account linked to committer's email address
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      core/css/variables.scss

+ 1
- 1
core/css/variables.scss 查看文件

@@ -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…
取消
儲存