diff options
Diffstat (limited to 'superhero/variables.less')
-rwxr-xr-x | superhero/variables.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/superhero/variables.less b/superhero/variables.less index b593cdde..03b047fd 100755 --- a/superhero/variables.less +++ b/superhero/variables.less @@ -35,7 +35,7 @@ @baseFontSize: 15px; @baseFontFamily: Georgia,Utopia,Palatino,'Palatino Linotype',serif; @baseLineHeight: 20px; -@textColor: #CDD0BE; +@textColor: #ECE9D7; // Buttons @primaryButtonBackground: @linkColor; |