aboutsummaryrefslogtreecommitdiff
path: root/lib/variables.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-09-29 01:40:27 -0700
committerMark Otto <[email protected]>2011-09-29 01:40:27 -0700
commitf919f6f94f3e8405d7653a5f16f8b3d587c47f4c (patch)
treec9bc1845a2560ae3abedbe6f42363a2a36d8ccc9 /lib/variables.less
parent2d81d65533ded88c76712e787edbd745d38e403e (diff)
downloadbootstrap-f919f6f94f3e8405d7653a5f16f8b3d587c47f4c.tar.xz
bootstrap-f919f6f94f3e8405d7653a5f16f8b3d587c47f4c.zip
huge update to forms, docs for the new forms, added a new link for js example to tabs/pills, add some new mixins
Diffstat (limited to 'lib/variables.less')
-rw-r--r--lib/variables.less8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/variables.less b/lib/variables.less
index 34000d066..dcb0a8ebf 100644
--- a/lib/variables.less
+++ b/lib/variables.less
@@ -9,10 +9,10 @@
// Grays
@black: #000;
-@grayDark: lighten(@black, 25%);
-@gray: lighten(@black, 50%);
-@grayLight: lighten(@black, 75%);
-@grayLighter: lighten(@black, 90%);
+@grayDark: #333;
+@gray: #555;
+@grayLight: #777;
+@grayLighter: #ccc;
@white: #fff;
// Accent Colors