diff options
| author | Mark Otto <[email protected]> | 2012-03-05 00:29:16 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-03-05 00:29:16 -0800 |
| commit | d3e922f0c8dc309bc609ebd75fd7e90134c1eaca (patch) | |
| tree | 71ddd4e67742b43cbcfd01fb6e52faa7f2aec0cb /less/scaffolding.less | |
| parent | 7bf341964790937c2fe77875459b064bc63d2e29 (diff) | |
| download | bootstrap-d3e922f0c8dc309bc609ebd75fd7e90134c1eaca.tar.xz bootstrap-d3e922f0c8dc309bc609ebd75fd7e90134c1eaca.zip | |
add a ton new variables for type, buttons, inputs
Diffstat (limited to 'less/scaffolding.less')
| -rw-r--r-- | less/scaffolding.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/scaffolding.less b/less/scaffolding.less index c2e683ac6..57c74eda0 100644 --- a/less/scaffolding.less +++ b/less/scaffolding.less @@ -12,7 +12,7 @@ body { font-size: @baseFontSize; line-height: @baseLineHeight; color: @textColor; - background-color: @white; + background-color: @bodyBackground; } |
