update h3 color for the blog comments
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 15 Dec 2015 15:10:39 +0000 (10:10 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 15 Dec 2015 15:10:39 +0000 (10:10 -0500)
css/app.css
scss/_blog.scss
scss/_settings.scss
scss/_structure.scss

index f4a283d..170a740 100644 (file)
@@ -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; }
index e3b2bda..dd785b3 100644 (file)
@@ -239,3 +239,6 @@ input[type="submit"].blogbutton {
         list-style-type: none;
     }
 }
+#respond h3 {
+     color: $header-three;
+}
index da3ce1a..c3148b3 100644 (file)
@@ -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;
index c6fa612..b3ed8fa 100644 (file)
@@ -36,4 +36,4 @@ h3 {
 }
 h4 {
     color: $d-blue;
-}
\ No newline at end of file
+}