mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 11:46:41 +02:00
Update mobile width background color for header area
This commit is contained in:
@@ -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 }}
|
||||
</title>
|
||||
<link rel="canonical" href="{{ .Permalink }}">
|
||||
|
@@ -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);
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user