probably entirely mess up main.scss

This commit is contained in:
Mikaela Suomalainen 2014-12-30 20:41:34 +02:00
parent 295649d32f
commit e5ef7e3e81
1 changed files with 7 additions and 7 deletions

View File

@ -14,15 +14,15 @@ $base-line-height: 1.5;
$spacing-unit: 30px;
$text-color: white;
$text-color: grey;
$background-color: black;
$brand-color: pink;
$brand-color: red;
$grey-color: gray;
//$grey-color-light: lighten($grey-color, 40%);
//$grey-color-dark: darken($grey-color, 25%);
$grey-color-light: white;
$grey-color-dark: gray;
$grey-color: red;;
$grey-color-light: lighten($grey-color, 40%);
$grey-color-dark: darken($grey-color, 25%);
//$grey-color-light: red;
//$grey-color-dark: red;
// Width of the content area
$content-width: 800px;