From 11d320c9fbe93bc516173def97251abeddf3b8bd Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 13 Oct 2022 16:25:37 -0700 Subject: more markdown --- site/content/docs/5.2/customize/color.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/site/content/docs/5.2/customize/color.md b/site/content/docs/5.2/customize/color.md index 1319a2eab4..254a27b431 100644 --- a/site/content/docs/5.2/customize/color.md +++ b/site/content/docs/5.2/customize/color.md @@ -29,7 +29,7 @@ Colors ending in `-rgb` provide the `red, green, blue` values for use in `rgb()` - Body — Default foreground (color) and background, including components. + {{< markdown >}}**Body —** Default foreground (color) and background, including components.{{< /markdown >}}
 
@@ -48,7 +48,7 @@ Colors ending in `-rgb` provide the `red, green, blue` values for use in `rgb()` - Secondary — For disabled component states, dividers, and lighter text. + {{< markdown >}}**Secondary —** For disabled component states, dividers, and lighter text.{{< /markdown >}}
 
@@ -67,7 +67,7 @@ Colors ending in `-rgb` provide the `red, green, blue` values for use in `rgb()` - Tertiary — For component hover colors, accents, wells, and text. + {{< markdown >}}**Tertiary —** For component hover colors, accents, wells, and text.{{< /markdown >}}
 
@@ -86,7 +86,7 @@ Colors ending in `-rgb` provide the `red, green, blue` values for use in `rgb()` - Emphasis — For higher contrast text. Not applicable for backgrounds. + {{< markdown >}}**Emphasis —** For higher contrast text. Not applicable for backgrounds.{{< /markdown >}}
 
@@ -97,7 +97,7 @@ Colors ending in `-rgb` provide the `red, green, blue` values for use in `rgb()` - Border — {{< markdown >}}For component borders, dividers, and rules. Use `--bs-border-color-translucent` to blend with backgrounds with an `rgba()` value.{{< /markdown >}} + {{< markdown >}}**Border —** For component borders, dividers, and rules. Use `--bs-border-color-translucent` to blend with backgrounds with an `rgba()` value.{{< /markdown >}}
 
@@ -108,7 +108,7 @@ Colors ending in `-rgb` provide the `red, green, blue` values for use in `rgb()` - Primary — Main theme color, used for hyperlinks, focus styles, and component and form active states. + {{< markdown >}}**Primary —** Main theme color, used for hyperlinks, focus styles, and component and form active states.{{< /markdown >}}
Primary
@@ -143,7 +143,7 @@ Colors ending in `-rgb` provide the `red, green, blue` values for use in `rgb()` - Success — Theme color used for positive or successful actions and information. + {{< markdown >}}**Success —** Theme color used for positive or successful actions and information.{{< /markdown >}}
Success
@@ -178,7 +178,7 @@ Colors ending in `-rgb` provide the `red, green, blue` values for use in `rgb()` - Danger — Theme color used for errors and dangerous actions. + {{< markdown >}}**Danger —** Theme color used for errors and dangerous actions.{{< /markdown >}}
Danger
@@ -213,7 +213,7 @@ Colors ending in `-rgb` provide the `red, green, blue` values for use in `rgb()` - Warning — Theme color used for non-destructive warning messages. + {{< markdown >}}**Warning —** Theme color used for non-destructive warning messages.{{< /markdown >}}
Warning
@@ -248,7 +248,7 @@ Colors ending in `-rgb` provide the `red, green, blue` values for use in `rgb()` - Info — Theme color used for neutral and informative content. + {{< markdown >}}**Info —** Theme color used for neutral and informative content.{{< /markdown >}}
Info
@@ -283,7 +283,7 @@ Colors ending in `-rgb` provide the `red, green, blue` values for use in `rgb()` - Light — Additional theme option for less contrasting colors. + {{< markdown >}}**Light —** Additional theme option for less contrasting colors.{{< /markdown >}}
Light
@@ -318,7 +318,7 @@ Colors ending in `-rgb` provide the `red, green, blue` values for use in `rgb()` - Dark — Additional theme option for higher contrasting colors. + {{< markdown >}}**Dark —** Additional theme option for higher contrasting colors.{{< /markdown >}}
Dark
-- cgit v1.2.3