소스 검색

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;