瀏覽代碼

Fix empty content icons on darktheme

Signed-off-by: Joas Schilling <coding@schilljs.com>
tags/v16.0.0alpha1
Joas Schilling 5 年之前
父節點
當前提交
71e394d9cf
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 2 行新增1 行删除
  1. 2
    1
      apps/accessibility/css/themedark.scss

+ 2
- 1
apps/accessibility/css/themedark.scss 查看文件

@@ -42,7 +42,8 @@ $color-border-dark: lighten($color-main-background, 14%);

// since svg icons are inverted, revert to white for the header
.header-right > * {
[class^='icon-'], [class*=' icon-'] {
>[class^='icon-'],
>[class*=' icon-'] {
filter: invert(100%);
}
}

Loading…
取消
儲存