mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-10 03:30:22 +00:00
Changed Sass variable: back to our green colour following upgrade
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
@import "screen";
|
||||
@import 'screen';
|
||||
|
||||
a:hover {
|
||||
color: lighten($link_text_color, 20) !important;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user