diff options
| author | Jacob Thornton <[email protected]> | 2012-01-22 19:50:16 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-01-22 19:50:16 -0800 |
| commit | 1593671cb2e16947a50b8ce8985a1b2828c92b71 (patch) | |
| tree | a97a85dfee948014864b8c4fb9b9e93634749f6c /lib/variables.less | |
| parent | c424045c763440bf04cc7678c69d3f273d7e6e94 (diff) | |
| parent | 0f2dd75c975b56f082b82a464065c3b2ccc7af86 (diff) | |
| download | bootstrap-1593671cb2e16947a50b8ce8985a1b2828c92b71.tar.xz bootstrap-1593671cb2e16947a50b8ce8985a1b2828c92b71.zip | |
Merge pull request #1098 from lookfirst/fixstuff
2.0-wip: 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..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; |
