aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/4.0/getting-started/theming.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/4.0/getting-started/theming.md b/docs/4.0/getting-started/theming.md
index b74a8b38d..d03a25422 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 %}