Change default text color

This commit is contained in:
Matthew Ross 2016-04-23 10:42:56 -04:00
parent 6ab896201c
commit 043eb9303d

View File

@ -1,5 +1,6 @@
$color-background: #e6e6e6;
$color-primary: #1d7faf;
$color-text: #24343a;
$color-text-button: #fff;
$font-url: 'https://fonts.googleapis.com/css?family=Raleway:400,500|Fira+Mono';