Skip to content

Commit

Permalink
fix(style): Tweak $light-text to meet colour contrast standards
Browse files Browse the repository at this point in the history
  • Loading branch information
delucis committed Feb 23, 2019
1 parent e4c6807 commit ec8b645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_vars.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $black: #000;
$text-color: #222;
$dark-bg: #333;
$bright-green: #30ff8a;
$light-text: #999;
$light-text: #9b9b9b;
$light-shade: #ddd;
$off-white: #f4f2e9;
$white: #fff;
Expand Down

0 comments on commit ec8b645

Please sign in to comment.