summaryrefslogtreecommitdiff
path: root/simplex/variables.less
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2012-07-11 07:44:07 -0400
committerThomas Park <thomas@thomaspark.me>2012-07-11 07:44:07 -0400
commit797dabc8fb21dd18edaa7fff97586e176b4aa2e2 (patch)
tree2d0e381f663c55f59bf7c944894244ae071d70c7 /simplex/variables.less
parentc4c200d955c331eb9f337a2b1af466e779244774 (diff)
simplex: lightened background and navbar slightly
Diffstat (limited to 'simplex/variables.less')
-rwxr-xr-xsimplex/variables.less4
1 files changed, 2 insertions, 2 deletions
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;