From 85d7b0746c8bc9510cbebfc618bbbc4c5025d3a5 Mon Sep 17 00:00:00 2001 From: Thibaut Date: Sun, 13 Dec 2015 12:05:19 -0500 Subject: [PATCH] Tweak splash text color --- assets/stylesheets/global/_variables.scss | 3 +-- assets/stylesheets/global/variables-dark.scss | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/assets/stylesheets/global/_variables.scss b/assets/stylesheets/global/_variables.scss index c3677c47..4d8625e3 100644 --- a/assets/stylesheets/global/_variables.scss +++ b/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; diff --git a/assets/stylesheets/global/variables-dark.scss b/assets/stylesheets/global/variables-dark.scss index de680537..55bb98cd 100644 --- a/assets/stylesheets/global/variables-dark.scss +++ b/assets/stylesheets/global/variables-dark.scss @@ -23,7 +23,6 @@ $focusText: #f7f2f2; $loadingText: #666; $splashText: #666; -$promoText: #666; $selectionBackground: #346fce; $selectionBorder: #346fce;