浏览代码

Tweak splash text color

Thibaut 10 年之前
父节点
当前提交
85d7b0746c
共有 2 个文件被更改,包括 1 次插入3 次删除
  1. 1 2
      assets/stylesheets/global/_variables.scss
  2. 0 1
      assets/stylesheets/global/variables-dark.scss

+ 1 - 2
assets/stylesheets/global/_variables.scss

@@ -22,8 +22,7 @@ $focusBorder: #d4d4d4;
 $focusText: #000;
 
 $loadingText: #ccc;
-$splashText: #bbb;
-$promoText: #bbb;
+$splashText: #ccc;
 
 $selectionBackground: #398df0;
 $selectionBorder: #196fc2;

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

@@ -23,7 +23,6 @@ $focusText: #f7f2f2;
 
 $loadingText: #666;
 $splashText: #666;
-$promoText: #666;
 
 $selectionBackground: #346fce;
 $selectionBorder: #346fce;