From 56dc02acc3081d114007937b83c3bea78fa54538 Mon Sep 17 00:00:00 2001 From: Nishanth Shanmugham Date: Sat, 29 Aug 2015 00:50:26 -0500 Subject: [PATCH] Update mobile width background color for header area --- layouts/partials/head.html | 2 +- main.less | 5 +++-- static/css/main.css | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 71a62fd..521e974 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -6,7 +6,7 @@ {{ if eq $url "/" }} {{ .Site.Title }} {{ else }} - {{ if .Params.Heading }} {{ .Params.Heading }} {{ else }} {{ .Title }} {{ end }} + {{ if .Params.heading }} {{ .Params.heading }} {{ else }} {{ .Title }} {{ end }} {{ end }} diff --git a/main.less b/main.less index 8a84aa1..485cafa 100644 --- a/main.less +++ b/main.less @@ -18,6 +18,7 @@ @black: #333; @gray: #b7b7b7; @accent: #21bB5b; // green +@black-background: #012029; @white: #fefefe; @milk: #fefefe; @@ -177,7 +178,7 @@ body { // Header section .section.header { - background-color: @accent; + background-color: @black-background; .container { .align-items(center); @@ -262,7 +263,7 @@ body { // Icons .section.icons { - background-color: @accent; + background-color: @black-background; .container { .align-items(center); diff --git a/static/css/main.css b/static/css/main.css index 718e55c..3fc373f 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -136,7 +136,7 @@ body { } } .section.header { - background-color: #21bb5b; + background-color: #012029; } .section.header .container { -webkit-align-items: center; @@ -237,7 +237,7 @@ body { } } .section.icons { - background-color: #21bb5b; + background-color: #012029; } .section.icons .container { -webkit-align-items: center;