Tight pants next level keffiyeh you probably haven't heard of them. Photo booth beard raw denim letterpress vegan messenger bag stumptown. Farm-to-table seitan, mcsweeney's fixie sustainable quinoa 8-bit american apparel have a terry richardson vinyl chambray. Beard stumptown, cardigans banh mi lomo thundercats. Tofu biodiesel williamsburg marfa, four loko mcsweeney's cleanse vegan chambray. A really ironic artisan whatever keytar, scenester farm-to-table banksy Austin twitter handle freegan cred raw denim single-origin coffee viral.
+
Tight pants next level keffiyeh you probably haven't heard of them. Photo booth beard raw denim letterpress vegan messenger bag stumptown. Farm-to-table seitan, mcsweeney's fixie sustainable quinoa 8-bit american apparel have a terry richardson vinyl chambray. Beard stumptown, cardigans banh mi lomo thundercats. Tofu biodiesel williamsburg marfa, four loko mcsweeney's cleanse vegan chambray. A really ironic artisan whatever keytar, scenester farm-to-table banksy Austin twitter handle freegan cred raw denim single-origin coffee viral.
diff --git a/scss/_utilities.scss b/scss/_utilities.scss
index 867c64e429..5ffb3feb82 100644
--- a/scss/_utilities.scss
+++ b/scss/_utilities.scss
@@ -583,7 +583,7 @@ $utilities: map-merge(
values: map-merge(
$utilities-text-colors,
(
- "muted": $text-muted, // deprecated
+ "muted": var(--#{$prefix}secondary-color), // deprecated
"black-50": rgba($black, .5), // deprecated
"white-50": rgba($white, .5), // deprecated
"body-secondary": var(--#{$prefix}secondary-color),
diff --git a/scss/_variables.scss b/scss/_variables.scss
index 35f6988c95..b6e6c04a7e 100644
--- a/scss/_variables.scss
+++ b/scss/_variables.scss
@@ -667,7 +667,9 @@ $small-font-size: .875em !default;
$sub-sup-font-size: .75em !default;
-$text-muted: var(--#{$prefix}secondary-color) !default;
+// fusv-disable
+$text-muted: var(--#{$prefix}secondary-color) !default; // Deprecated in 5.3.0
+// fusv-enable
$initialism-font-size: $small-font-size !default;
@@ -740,7 +742,7 @@ $table-striped-columns-order: even !default;
$table-group-separator-color: currentcolor !default;
-$table-caption-color: $text-muted !default;
+$table-caption-color: var(--#{$prefix}secondary-color) !default;
$table-bg-scale: -80% !default;
// scss-docs-end table-variables
@@ -846,7 +848,7 @@ $form-text-margin-top: .25rem !default;
$form-text-font-size: $small-font-size !default;
$form-text-font-style: null !default;
$form-text-font-weight: null !default;
-$form-text-color: $text-muted !default;
+$form-text-color: var(--#{$prefix}secondary-color) !default;
// scss-docs-end form-text-variables
// scss-docs-start form-label-variables
diff --git a/site/assets/scss/_search.scss b/site/assets/scss/_search.scss
index 3046d57dbd..ca1e5b060c 100644
--- a/site/assets/scss/_search.scss
+++ b/site/assets/scss/_search.scss
@@ -44,7 +44,7 @@
}
.DocSearch-Container {
- --docsearch-muted-color: #{$text-muted};
+ --docsearch-muted-color: var(--bs-secondary-color);
--docsearch-hit-shadow: none;
z-index: 2000; // Make sure to be over all components showcased in the documentation
diff --git a/site/content/docs/5.3/about/brand.md b/site/content/docs/5.3/about/brand.md
index c3ef44e9bd..59f262eff8 100644
--- a/site/content/docs/5.3/about/brand.md
+++ b/site/content/docs/5.3/about/brand.md
@@ -37,7 +37,7 @@ Bootstrap should always be referred to as just **Bootstrap**. No capital _s_.
Correct
-
BootStrap
+
BootStrap
Incorrect
diff --git a/site/content/docs/5.3/components/card.md b/site/content/docs/5.3/components/card.md
index f715a5eac3..2ad32b470a 100644
--- a/site/content/docs/5.3/components/card.md
+++ b/site/content/docs/5.3/components/card.md
@@ -53,7 +53,7 @@ Subtitles are used by adding a `.card-subtitle` to a `` tag. If the `.card-t
Card title
-
Card subtitle
+
Card subtitle
Some quick example text to build on the card title and make up the bulk of the card's content.
Card linkAnother link
@@ -191,7 +191,7 @@ Card headers can be styled by adding `.card-header` to `` elements.
With supporting text below as a natural lead-in to additional content.
@@ -404,7 +404,7 @@ Using a combination of grid and utility classes, cards can be made horizontal in
Card title
This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.
-
Last updated 3 mins ago
+
Last updated 3 mins ago
@@ -487,7 +487,7 @@ Use card groups to render cards as a single, attached element with equal width a
Card title
This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.
-
Last updated 3 mins ago
+
Last updated 3 mins ago
@@ -495,7 +495,7 @@ Use card groups to render cards as a single, attached element with equal width a
Card title
This card has supporting text below as a natural lead-in to additional content.
-
Last updated 3 mins ago
+
Last updated 3 mins ago
@@ -503,7 +503,7 @@ Use card groups to render cards as a single, attached element with equal width a
Card title
This is a wider card with supporting text below as a natural lead-in to additional content. This card has even longer content than the first to show that equal height action.
-
Last updated 3 mins ago
+
Last updated 3 mins ago
@@ -520,7 +520,7 @@ When using card groups with footers, their content will automatically line up.
This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.
@@ -530,7 +530,7 @@ When using card groups with footers, their content will automatically line up.
This card has supporting text below as a natural lead-in to additional content.
@@ -540,7 +540,7 @@ When using card groups with footers, their content will automatically line up.
This is a wider card with supporting text below as a natural lead-in to additional content. This card has even longer content than the first to show that equal height action.
@@ -689,7 +689,7 @@ Just like with card groups, card footers will automatically line up.
This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.
@@ -701,7 +701,7 @@ Just like with card groups, card footers will automatically line up.
This card has supporting text below as a natural lead-in to additional content.
@@ -713,7 +713,7 @@ Just like with card groups, card footers will automatically line up.
This is a wider card with supporting text below as a natural lead-in to additional content. This card has even longer content than the first to show that equal height action.
diff --git a/site/content/docs/5.3/components/dropdowns.md b/site/content/docs/5.3/components/dropdowns.md
index 8969c60855..c31847588b 100644
--- a/site/content/docs/5.3/components/dropdowns.md
+++ b/site/content/docs/5.3/components/dropdowns.md
@@ -841,7 +841,7 @@ Separate groups of related menu items with a divider.
Place any freeform text within a dropdown menu with text and use [spacing utilities]({{< docsref "/utilities/spacing" >}}). Note that you'll likely need additional sizing styles to constrain the menu width.
{{< example >}}
-
+
Some example text that's free-flowing within the dropdown menu.
diff --git a/site/content/docs/5.3/components/list-group.md b/site/content/docs/5.3/components/list-group.md
index c23e758149..2a0d22f865 100644
--- a/site/content/docs/5.3/components/list-group.md
+++ b/site/content/docs/5.3/components/list-group.md
@@ -230,18 +230,18 @@ Add nearly any HTML within, even for linked list groups like the one below, with
{{< /example >}}
diff --git a/site/content/docs/5.3/components/modal.md b/site/content/docs/5.3/components/modal.md
index 8f40ed5afa..6471673f5e 100644
--- a/site/content/docs/5.3/components/modal.md
+++ b/site/content/docs/5.3/components/modal.md
@@ -576,7 +576,7 @@ Modals have three optional sizes, available via modifier classes to be placed on
| Size | Class | Modal max-width
| --- | --- | --- |
| Small | `.modal-sm` | `300px` |
-| Default | None | `500px` |
+| Default | None | `500px` |
| Large | `.modal-lg` | `800px` |
| Extra large | `.modal-xl` | `1140px` |
{{< /bs-table >}}
diff --git a/site/content/docs/5.3/components/navbar.md b/site/content/docs/5.3/components/navbar.md
index bd03183ec4..a150f8653e 100644
--- a/site/content/docs/5.3/components/navbar.md
+++ b/site/content/docs/5.3/components/navbar.md
@@ -658,7 +658,7 @@ Sometimes you want to use the collapse plugin to trigger a container element for
Collapsed content
- Toggleable via the navbar brand.
+ Toggleable via the navbar brand.