From: Mark Otto Date: Tue, 3 Oct 2017 03:43:47 +0000 (-0700) Subject: change away from vars X-Git-Tag: v4.0.0-beta.2~127 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd8fd1d2bcc101e6e3066f142a61f92babb191d2;p=thirdparty%2Fbootstrap.git change away from vars --- diff --git a/docs/4.0/getting-started/theming.md b/docs/4.0/getting-started/theming.md index b74a8b38df..d03a254224 100644 --- a/docs/4.0/getting-started/theming.md +++ b/docs/4.0/getting-started/theming.md @@ -86,8 +86,8 @@ For example, to modify an existing color in our `$theme-colors` map, add the fol {% highlight scss %} $theme-colors: ( - "primary": $red, - "danger": $orange + "primary": #0074d9, + "danger": #ff4136 ); {% endhighlight %}