From ecea5cb65a47a84bb7ad2d021bda6f4f848b5e18 Mon Sep 17 00:00:00 2001 From: Nishanth Shanmugham Date: Sat, 29 Aug 2015 02:54:18 -0500 Subject: [PATCH] Use standard black for background color --- main.less | 2 +- static/css/main.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/main.less b/main.less index 67ba19f..c34dffb 100644 --- a/main.less +++ b/main.less @@ -18,7 +18,7 @@ @black: #333; @gray: #b7b7b7; @accent: #21bB5b; // green -@black-background: #012029; +@black-background: @black; @white: #fefefe; @milk: #fefefe; diff --git a/static/css/main.css b/static/css/main.css index 7a26551..90fe718 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -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;