Update mobile width background color for header area

This commit is contained in:
Nishanth Shanmugham
2015-08-29 00:50:26 -05:00
parent 33e13eed79
commit 56dc02acc3
3 changed files with 6 additions and 5 deletions

View File

@@ -6,7 +6,7 @@
{{ if eq $url "/" }} {{ if eq $url "/" }}
{{ .Site.Title }} {{ .Site.Title }}
{{ else }} {{ else }}
{{ if .Params.Heading }} {{ .Params.Heading }} {{ else }} {{ .Title }} {{ end }} {{ if .Params.heading }} {{ .Params.heading }} {{ else }} {{ .Title }} {{ end }}
{{ end }} {{ end }}
</title> </title>
<link rel="canonical" href="{{ .Permalink }}"> <link rel="canonical" href="{{ .Permalink }}">

View File

@@ -18,6 +18,7 @@
@black: #333; @black: #333;
@gray: #b7b7b7; @gray: #b7b7b7;
@accent: #21bB5b; // green @accent: #21bB5b; // green
@black-background: #012029;
@white: #fefefe; @white: #fefefe;
@milk: #fefefe; @milk: #fefefe;
@@ -177,7 +178,7 @@ body {
// Header section // Header section
.section.header { .section.header {
background-color: @accent; background-color: @black-background;
.container { .container {
.align-items(center); .align-items(center);
@@ -262,7 +263,7 @@ body {
// Icons // Icons
.section.icons { .section.icons {
background-color: @accent; background-color: @black-background;
.container { .container {
.align-items(center); .align-items(center);

View File

@@ -136,7 +136,7 @@ body {
} }
} }
.section.header { .section.header {
background-color: #21bb5b; background-color: #012029;
} }
.section.header .container { .section.header .container {
-webkit-align-items: center; -webkit-align-items: center;
@@ -237,7 +237,7 @@ body {
} }
} }
.section.icons { .section.icons {
background-color: #21bb5b; background-color: #012029;
} }
.section.icons .container { .section.icons .container {
-webkit-align-items: center; -webkit-align-items: center;