2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

clean up variable usage with colors

This commit is contained in:
Jon Stevens
2012-01-21 15:24:06 -08:00
parent 719713ca87
commit e0238bfb08
11 changed files with 36 additions and 35 deletions
+3 -2
View File
@@ -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;