diff options
| author | Jon Stevens <[email protected]> | 2012-01-21 15:24:06 -0800 |
|---|---|---|
| committer | Jon Stevens <[email protected]> | 2012-01-21 15:24:06 -0800 |
| commit | e0238bfb08b67c089c1c609e9e68e5252e0ba992 (patch) | |
| tree | 0fed4e64903b7948cfef3e6d440267b1ce2dc4b2 /lib/variables.less | |
| parent | 719713ca8730d92d3510e6d4a7cc542fd57fdeef (diff) | |
| download | bootstrap-e0238bfb08b67c089c1c609e9e68e5252e0ba992.tar.xz bootstrap-e0238bfb08b67c089c1c609e9e68e5252e0ba992.zip | |
clean up variable usage with colors
Diffstat (limited to 'lib/variables.less')
| -rw-r--r-- | lib/variables.less | 5 |
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; |
