1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-12 08:34:08 +02:00

Docs: update colors table to be responsive in Customize > Color page (#39663)

Co-authored-by: Julien Déramond <juderamond@gmail.com>
This commit is contained in:
DrejT
2024-02-13 13:36:40 +05:30
committed by GitHub
parent 4e35f64fdc
commit d30385b9df

View File

@@ -18,6 +18,7 @@ Colors ending in `-rgb` provide the `red, green, blue` values for use in `rgb()`
**Heads up!** There's some potential confusion with our new secondary and tertiary colors, and our existing secondary theme color, as well as our light and dark theme colors. Expect this to be ironed out in v6. **Heads up!** There's some potential confusion with our new secondary and tertiary colors, and our existing secondary theme color, as well as our light and dark theme colors. Expect this to be ironed out in v6.
{{< /callout >}} {{< /callout >}}
<div class="table-responsive">
<table class="table table-swatches"> <table class="table table-swatches">
<thead> <thead>
<tr> <tr>
@@ -353,6 +354,7 @@ Colors ending in `-rgb` provide the `red, green, blue` values for use in `rgb()`
</tr> </tr>
</tbody> </tbody>
</table> </table>
</div>
### Using the new colors ### Using the new colors