]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
change away from vars
authorMark Otto <markdotto@gmail.com>
Tue, 3 Oct 2017 03:43:47 +0000 (20:43 -0700)
committerMark Otto <markd.otto@gmail.com>
Tue, 3 Oct 2017 03:44:23 +0000 (20:44 -0700)
docs/4.0/getting-started/theming.md

index b74a8b38dfa99b619807ebccf0bd10aadb4c3ff1..d03a2542240327ad0cbe3487e1056589448917b6 100644 (file)
@@ -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 %}