Skip to content

Commit 85d7b07

Browse files
committed
Tweak splash text color
1 parent e6c0955 commit 85d7b07

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

assets/stylesheets/global/_variables.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ $focusBorder: #d4d4d4;
2222
$focusText: #000;
2323

2424
$loadingText: #ccc;
25-
$splashText: #bbb;
26-
$promoText: #bbb;
25+
$splashText: #ccc;
2726

2827
$selectionBackground: #398df0;
2928
$selectionBorder: #196fc2;

assets/stylesheets/global/variables-dark.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ $focusText: #f7f2f2;
2323

2424
$loadingText: #666;
2525
$splashText: #666;
26-
$promoText: #666;
2726

2827
$selectionBackground: #346fce;
2928
$selectionBorder: #346fce;

0 commit comments

Comments
 (0)