aboutsummaryrefslogtreecommitdiff
path: root/less/scaffolding.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-03-05 00:29:16 -0800
committerMark Otto <[email protected]>2012-03-05 00:29:16 -0800
commitd3e922f0c8dc309bc609ebd75fd7e90134c1eaca (patch)
tree71ddd4e67742b43cbcfd01fb6e52faa7f2aec0cb /less/scaffolding.less
parent7bf341964790937c2fe77875459b064bc63d2e29 (diff)
downloadbootstrap-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.less2
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;
}