From e5ef7e3e81abd05ed47a01b3e278cd35b129b802 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Tue, 30 Dec 2014 20:41:34 +0200 Subject: [PATCH] probably entirely mess up main.scss --- css/main.scss | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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;