From 797dabc8fb21dd18edaa7fff97586e176b4aa2e2 Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Wed, 11 Jul 2012 07:44:07 -0400 Subject: simplex: lightened background and navbar slightly --- simplex/variables.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'simplex/variables.less') diff --git a/simplex/variables.less b/simplex/variables.less index eb89f440..69a5ac81 100755 --- a/simplex/variables.less +++ b/simplex/variables.less @@ -33,7 +33,7 @@ // Scaffolding // ------------------------- -@bodyBackground: #EDEDED; +@bodyBackground: #F3F3F3; @textColor: @gray; @@ -146,7 +146,7 @@ // Navbar // ------------------------- @navbarHeight: 40px; -@navbarBackground: #F3F3F3; +@navbarBackground: #F8F8F8; @navbarBackgroundHighlight: @navbarBackground; @navbarText: @gray; -- cgit v1.2.3