aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-30 09:41:31 -0800
committerMark Otto <[email protected]>2012-01-30 09:41:31 -0800
commite94e0f1cf94e8232933a05cfe61efdb49dd64249 (patch)
tree4f0e85d8b1bd3b5e4ed584a0d2f94c74f217fa2d /less
parentac581eebac209ce20591bac2f726f35a9b22d750 (diff)
downloadbootstrap-e94e0f1cf94e8232933a05cfe61efdb49dd64249.tar.xz
bootstrap-e94e0f1cf94e8232933a05cfe61efdb49dd64249.zip
implement @textColor for body text
Diffstat (limited to 'less')
-rw-r--r--less/scaffolding.less2
-rw-r--r--less/variables.less2
2 files changed, 2 insertions, 2 deletions
diff --git a/less/scaffolding.less b/less/scaffolding.less
index d8b3f56ab..47ce53818 100644
--- a/less/scaffolding.less
+++ b/less/scaffolding.less
@@ -11,7 +11,7 @@ body {
font-family: @baseFontFamily;
font-size: @baseFontSize;
line-height: @baseLineHeight;
- color: @gray;
+ color: @textColor;
background-color: @white;
}
diff --git a/less/variables.less b/less/variables.less
index d9d79f05c..f01c232e4 100644
--- a/less/variables.less
+++ b/less/variables.less
@@ -34,6 +34,7 @@
@baseFontSize: 13px;
@baseFontFamily: "Helvetica Neue", Helvetica, Arial, sans-serif;
@baseLineHeight: 18px;
+@textColor: @grayDark;
// Buttons
@primaryButtonBackground: @linkColor;
@@ -96,4 +97,3 @@
// Fluid grid
@fluidGridColumnWidth: 6.382978723%;
@fluidGridGutterWidth: 2.127659574%;
-