From 8f615e3732275382ec6cb4c2a5ce0538689a7c76 Mon Sep 17 00:00:00 2001 From: Evgeny Gavrin Date: Sun, 14 Jun 2015 01:21:34 +0300 Subject: [PATCH] Fix styles of headers --- _sass/_layout.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_sass/_layout.scss b/_sass/_layout.scss index aff52b3bf..feef7c91f 100644 --- a/_sass/_layout.scss +++ b/_sass/_layout.scss @@ -253,6 +253,7 @@ body{ height: 100%; margin: 0;} h3 { font-size: 18px; + color: #2388DB; @include media-query($on-laptop) { font-size: 20px; @@ -261,6 +262,7 @@ body{ height: 100%; margin: 0;} h4 { font-size: 16px; + color: #2388DB; @include media-query($on-laptop) { font-size: 18px;