Unverified Commit bbfd22f9 authored by Patrick H. Lauke's avatar Patrick H. Lauke Committed by GitHub
Browse files

Backport #32040 (#32054)

Add callouts about using light colors ideally on a dark background
parent 5664e728
Showing with 5 additions and 0 deletions
+5 -0
...@@ -49,6 +49,11 @@ In need of a button, but not the hefty background colors they bring? Replace the ...@@ -49,6 +49,11 @@ In need of a button, but not the hefty background colors they bring? Replace the
{% endcapture %} {% endcapture %}
{% include example.html content=example %} {% include example.html content=example %}
{% capture callout %}
Some of the button styles use a relatively light foreground color, and should only be used on a dark background in order to have sufficient contrast.
{% endcapture %}
{% include callout.html content=callout type="info" %}
## Sizes ## Sizes
Fancy larger or smaller buttons? Add `.btn-lg` or `.btn-sm` for additional sizes. Fancy larger or smaller buttons? Add `.btn-lg` or `.btn-sm` for additional sizes.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment