diff --git a/css/main.scss b/css/main.scss index 4c7f74e..0ebd16f 100755 --- a/css/main.scss +++ b/css/main.scss @@ -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;