mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-16 04:06:40 +02:00
Update mobile width background color for header area
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user