continue editing main.scss

This commit is contained in:
Mikaela Suomalainen 2014-12-29 20:40:30 +02:00
parent ae890c4513
commit 337cd96057
1 changed files with 5 additions and 3 deletions

View File

@ -18,9 +18,11 @@ $text-color: white;
$background-color: black;
$brand-color: pink;
$grey-color: gray;
$grey-color-light: lighten($grey-color, 40%);
$grey-color-dark: darken($grey-color, 25%);
$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;
// Width of the content area
$content-width: 800px;