aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/4.0/getting-started/options.md8
1 files changed, 1 insertions, 7 deletions
diff --git a/docs/4.0/getting-started/options.md b/docs/4.0/getting-started/options.md
index 5145758c3..4dfac50cb 100644
--- a/docs/4.0/getting-started/options.md
+++ b/docs/4.0/getting-started/options.md
@@ -73,13 +73,7 @@ We use a subset of all colors to create a smaller color palette for generating c
<div class="row">
{% for color in site.data.theme-colors %}
<div class="col-md-4">
- {% if color.name == "background" %}
- <div class="p-3 mb-3 swatch-{{ color.name }}" style="box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);">
- {{ color.name | capitalize }}
- </div>
- {% else %}
- <div class="p-3 mb-3 swatch-{{ color.name }}">{{ color.name | capitalize }}</div>
- {% endif %}
+ <div class="p-3 mb-3 swatch-{{ color.name }}">{{ color.name | capitalize }}</div>
</div>
{% endfor %}
</div>