diff options
| author | Jacob Thornton <[email protected]> | 2012-01-22 20:03:17 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-01-22 20:03:17 -0800 |
| commit | dc5bedda1441bac36e266f409b3dd14f84e8fd32 (patch) | |
| tree | e37f903ecad07c345a9efbd4419a87efc399434b /lib/variables.less | |
| parent | 155b72e8730e9b8badb5fa80c8d7f8990f10cc82 (diff) | |
| parent | 1593671cb2e16947a50b8ce8985a1b2828c92b71 (diff) | |
| download | bootstrap-dc5bedda1441bac36e266f409b3dd14f84e8fd32.tar.xz bootstrap-dc5bedda1441bac36e266f409b3dd14f84e8fd32.zip | |
Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wip
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..0a67521df 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; |
