diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index f658b0e2ef..250a05a554 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 787e3f2ff7..8045e561d8 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -99,7 +99,7 @@ body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 13px; line-height: 18px; - color: #555555; + color: #333333; background-color: #ffffff; } a { diff --git a/less/scaffolding.less b/less/scaffolding.less index d8b3f56abc..47ce53818b 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 d9d79f05c1..f01c232e4a 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%; -