浏览代码

Increase base font lightness issue ref #164

Added about 20% lightness based on HSL version of HEX color.
Deryck 10 年之前
父节点
当前提交
883b7b768c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      assets/stylesheets/global/variables-dark.scss

+ 1 - 1
assets/stylesheets/global/variables-dark.scss

@@ -9,7 +9,7 @@ $sidebarMediumWidth: 16rem;
 
 $contentBackground: #2d2d2d;
 
-$textColor: #b4b3af;
+$textColor: #e6e6e5;
 $textColorLight: #7e7d7d;
 $textColorLighter: #6a6868;