mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 11:46:41 +02:00
Use standard black for background color
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
@black: #333;
|
@black: #333;
|
||||||
@gray: #b7b7b7;
|
@gray: #b7b7b7;
|
||||||
@accent: #21bB5b; // green
|
@accent: #21bB5b; // green
|
||||||
@black-background: #012029;
|
@black-background: @black;
|
||||||
@white: #fefefe;
|
@white: #fefefe;
|
||||||
@milk: #fefefe;
|
@milk: #fefefe;
|
||||||
|
|
||||||
|
@@ -136,7 +136,7 @@ body {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.section.header {
|
.section.header {
|
||||||
background-color: #012029;
|
background-color: #333333;
|
||||||
}
|
}
|
||||||
.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: #012029;
|
background-color: #333333;
|
||||||
}
|
}
|
||||||
.section.icons .container {
|
.section.icons .container {
|
||||||
-webkit-align-items: center;
|
-webkit-align-items: center;
|
||||||
|
Reference in New Issue
Block a user