diff options
| author | Mark Otto <[email protected]> | 2017-06-25 18:12:50 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-06-25 18:12:50 -0700 |
| commit | a0fb4966357ee8bb288994bb61efe1a670b785c6 (patch) | |
| tree | 63ee7e400b88f24c9b18dc039dc7b35710edac64 /docs | |
| parent | 370e299c6be30b077497eef762c567df00a0b407 (diff) | |
| download | bootstrap-a0fb4966357ee8bb288994bb61efe1a670b785c6.tar.xz bootstrap-a0fb4966357ee8bb288994bb61efe1a670b785c6.zip | |
update rendering of colors in options.md
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/4.0/getting-started/options.md | 8 |
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> |
