From: Valov Vladimir Date: Tue, 10 Dec 2019 10:29:19 +0000 (+0200) Subject: Set the global color for the header X-Git-Tag: v2.3.0~7^2~11^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92153b54c59597896d11f247aafc0ba83c5d2b83;p=thirdparty%2Ffoundation%2Ffoundation-emails.git Set the global color for the header --- diff --git a/scss/settings/_settings.scss b/scss/settings/_settings.scss index c990c5e4..5da4cc9d 100644 --- a/scss/settings/_settings.scss +++ b/scss/settings/_settings.scss @@ -57,7 +57,7 @@ $block-grid-gutter: $global-gutter; $global-font-color: $black; $body-font-family: Helvetica, Arial, sans-serif; $global-font-weight: normal; -$header-color: inherit; +$header-color: $global-font-color; $global-line-height: 130%; $global-font-size: 16px; $body-line-height: $global-line-height;