From: Moris Zen Pasic Date: Thu, 21 Sep 2017 17:44:13 +0000 (+0200) Subject: Changed hex values to follow bootstrap coding guidelines X-Git-Tag: v4.0.0-beta.2~202 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cfe228151bf75a932537b01e14466d9a2d45807;p=thirdparty%2Fbootstrap.git Changed hex values to follow bootstrap coding guidelines --- diff --git a/docs/4.0/getting-started/options.md b/docs/4.0/getting-started/options.md index a830d81af8..3b9629f7fb 100644 --- a/docs/4.0/getting-started/options.md +++ b/docs/4.0/getting-started/options.md @@ -12,8 +12,8 @@ Every Sass variable in Bootstrap 4 includes the `!default` flag, meaning you can {% highlight scss %} // Your variable overwrite first or a Sass file containing the modifications -$body-bg: #000000; -$body-color: #ffffff; +$body-bg: #000; +$body-color: #111; // Then import Bootstrap @import "node_modules/bootstrap/scss/bootstrap";