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";