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;