From 42f0948861b770a40d965db10616901f412d391f Mon Sep 17 00:00:00 2001 From: Hannu Pelkonen Date: Thu, 18 Jun 2015 10:54:05 +0300 Subject: [PATCH] Add missing default option to section header variables --- lib/app/sass/_styleguide_variables.scss | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/app/sass/_styleguide_variables.scss b/lib/app/sass/_styleguide_variables.scss index bc7f2918..4971d3b6 100644 --- a/lib/app/sass/_styleguide_variables.scss +++ b/lib/app/sass/_styleguide_variables.scss @@ -23,12 +23,12 @@ $nav-item-text-color: $default-action-color !default; $nav-item-ref-color: darken($default-action-color, 10) !default; // Header -$section-header-color: $primary-color; -$section-header-ref-color: white; -$section-header-text-color: $secondary-color; -$active-section-header-color: lighten($primary-color, 17%); -$active-section-header-ref-color: $section-header-ref-color; -$active-section-header-text-color: $section-header-text-color; +$section-header-color: $primary-color !default; +$section-header-ref-color: white !default; +$section-header-text-color: $secondary-color !default; +$active-section-header-color: lighten($primary-color, 17%) !default; +$active-section-header-ref-color: $section-header-ref-color !default; +$active-section-header-text-color: $section-header-text-color !default; // Fonts $primary-font: "Helvetica Neue", Helvetica, Arial, sans-serif !default;