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;
|
||||
@gray: #b7b7b7;
|
||||
@accent: #21bB5b; // green
|
||||
@black-background: #012029;
|
||||
@black-background: @black;
|
||||
@white: #fefefe;
|
||||
@milk: #fefefe;
|
||||
|
||||
|
@@ -136,7 +136,7 @@ body {
|
||||
}
|
||||
}
|
||||
.section.header {
|
||||
background-color: #012029;
|
||||
background-color: #333333;
|
||||
}
|
||||
.section.header .container {
|
||||
-webkit-align-items: center;
|
||||
@@ -237,7 +237,7 @@ body {
|
||||
}
|
||||
}
|
||||
.section.icons {
|
||||
background-color: #012029;
|
||||
background-color: #333333;
|
||||
}
|
||||
.section.icons .container {
|
||||
-webkit-align-items: center;
|
||||
|
Reference in New Issue
Block a user