Changed Sass variable: back to our green colour following upgrade

This commit is contained in:
Rob H
2013-02-07 09:25:29 +11:00
parent 4b254a5529
commit 3507c5414d
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
@import "screen";
@import 'screen';
a:hover {
color: lighten($link_text_color, 20) !important;

View File

@@ -7,7 +7,7 @@ $c_red: #e45353 !default; /* Error red */
$layout_background_color: #FFFFFF !default;
$title_text_color: #404042 !default;
$body_text_color: #404042 !default;
$link_text_color: #00ADEE !default;
$link_text_color: #006066 !default;
$product_background_color: #FFFFFF !default;
$product_title_text_color: #404042 !default;