From 718f1b7a2c513cd0ac9bd4e2958bf56e03292465 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Tue, 15 Dec 2015 10:10:39 -0500 Subject: [PATCH] update h3 color for the blog comments --- css/app.css | 3 +++ scss/_blog.scss | 3 +++ scss/_settings.scss | 3 ++- scss/_structure.scss | 2 +- 4 files changed, 9 insertions(+), 2 deletions(-) diff --git a/css/app.css b/css/app.css index f4a283d..170a740 100644 --- a/css/app.css +++ b/css/app.css @@ -7017,6 +7017,9 @@ input[type="submit"].blogbutton { #blog-side-info ul { list-style-type: none; } +#respond h3 { + color: #381fce; } + #sidebar { padding-top: 25px; background: #f2f9fc; } diff --git a/scss/_blog.scss b/scss/_blog.scss index e3b2bda..dd785b3 100644 --- a/scss/_blog.scss +++ b/scss/_blog.scss @@ -239,3 +239,6 @@ input[type="submit"].blogbutton { list-style-type: none; } } +#respond h3 { + color: $header-three; +} diff --git a/scss/_settings.scss b/scss/_settings.scss index da3ce1a..c3148b3 100644 --- a/scss/_settings.scss +++ b/scss/_settings.scss @@ -131,9 +131,10 @@ $alert-color: #f04124; $success-color: #43AC6A; $warning-color: #f08a24; $info-color: #a0d3e8; +$header-three: #381fce; // We use these to control various global styles - $body-bg: $white; +$body-bg: $white; $body-font-color: $black; $body-font-family: $font-family-sans-serif; $body-font-weight: $font-weight-normal; diff --git a/scss/_structure.scss b/scss/_structure.scss index c6fa612..b3ed8fa 100644 --- a/scss/_structure.scss +++ b/scss/_structure.scss @@ -36,4 +36,4 @@ h3 { } h4 { color: $d-blue; -} \ No newline at end of file +} -- 2.17.1