diff options
| author | Mark Otto <[email protected]> | 2011-09-29 01:40:27 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-29 01:40:27 -0700 |
| commit | f919f6f94f3e8405d7653a5f16f8b3d587c47f4c (patch) | |
| tree | c9bc1845a2560ae3abedbe6f42363a2a36d8ccc9 /lib/variables.less | |
| parent | 2d81d65533ded88c76712e787edbd745d38e403e (diff) | |
| download | bootstrap-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.less | 8 |
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 |
