From: Stefan Korn Date: Sat, 6 Sep 2025 20:25:43 +0000 (+0200) Subject: Docs: Add `.table` class to color tables example (#41691) X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a715174c557191da2516f8e7712fc93e404f0181;p=thirdparty%2Fbootstrap.git Docs: Add `.table` class to color tables example (#41691) Co-authored-by: Julien Déramond --- diff --git a/site/src/content/docs/content/tables.mdx b/site/src/content/docs/content/tables.mdx index 3c47b930a6..4798ae1a68 100644 --- a/site/src/content/docs/content/tables.mdx +++ b/site/src/content/docs/content/tables.mdx @@ -52,7 +52,7 @@ Use contextual classes to color tables, table rows or individual cells. `, - ...getData('theme-colors').map((themeColor) => `...
`), + ...getData('theme-colors').map((themeColor) => `...
`), ` `, ...getData('theme-colors').map((themeColor) => `...`),