Use standard black for background color

This commit is contained in:
Nishanth Shanmugham
2015-08-29 02:54:18 -05:00
parent 21af44ba8e
commit ecea5cb65a
2 changed files with 3 additions and 3 deletions

View File

@@ -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;

View File

@@ -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;