aboutsummaryrefslogtreecommitdiff
path: root/lib/variables.less
diff options
context:
space:
mode:
authorJon Stevens <[email protected]>2012-01-21 15:24:06 -0800
committerJon Stevens <[email protected]>2012-01-21 15:24:06 -0800
commite0238bfb08b67c089c1c609e9e68e5252e0ba992 (patch)
tree0fed4e64903b7948cfef3e6d440267b1ce2dc4b2 /lib/variables.less
parent719713ca8730d92d3510e6d4a7cc542fd57fdeef (diff)
downloadbootstrap-e0238bfb08b67c089c1c609e9e68e5252e0ba992.tar.xz
bootstrap-e0238bfb08b67c089c1c609e9e68e5252e0ba992.zip
clean up variable usage with colors
Diffstat (limited to 'lib/variables.less')
-rw-r--r--lib/variables.less5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/variables.less b/lib/variables.less
index 807a9ea0d..df0d2255d 100644
--- a/lib/variables.less
+++ b/lib/variables.less
@@ -13,6 +13,7 @@
// Grays
@black: #000;
+@grayDarker: #222;
@grayDark: #333;
@gray: #555;
@grayLight: #999;
@@ -65,7 +66,7 @@
// Navbar
@navBarHeight: 40px;
-@navbarBackground: #222;
-@navbarBackgroundHighlight: #333;
+@navbarBackground: @grayDarker;
+@navbarBackgroundHighlight: @grayDark;