Changed css brand color to blue from logo

This commit is contained in:
Arnaud Coomans
2014-10-14 17:52:55 -07:00
parent 8499bac020
commit e15ce0f967

View File

@@ -15,7 +15,7 @@ $spacing-unit: 30px;
$text-color: #111;
$background-color: #f8f8f8;
$brand-color: #2a7ae2;
$brand-color: #21b6ff;
$grey-color: #828282;
$grey-color-light: lighten($grey-color, 40%);