diff --git a/site/content/docs/4.3/components/badge.md b/site/content/docs/4.3/components/badge.md index 2d3bc69e8e93..5f17b685b61f 100644 --- a/site/content/docs/4.3/components/badge.md +++ b/site/content/docs/4.3/components/badge.md @@ -45,7 +45,7 @@ Use our background utility classes to quickly change the appearance of a badge. {{< example >}} {{< badge.inline >}} {{- range (index $.Site.Data "theme-colors") }} -{{ .name | title }}{{- end -}} +{{ .name | title }}{{- end -}} {{< /badge.inline >}} {{< /example >}} @@ -60,6 +60,6 @@ Use the `.rounded-pill` utility class to make badges more rounded with a larger {{< example >}} {{< badge.inline >}} {{- range (index $.Site.Data "theme-colors") }} -{{ .name | title }}{{- end -}} +{{ .name | title }}{{- end -}} {{< /badge.inline >}} {{< /example >}} diff --git a/site/content/docs/4.3/components/card.md b/site/content/docs/4.3/components/card.md index 7efbd616397d..4c953a99a386 100644 --- a/site/content/docs/4.3/components/card.md +++ b/site/content/docs/4.3/components/card.md @@ -409,7 +409,7 @@ Use [text and background utilities]({{< docsref "/utilities/colors" >}}) to chan {{< example >}} {{< card.inline >}} {{- range (index $.Site.Data "theme-colors") }} -
+
Header
{{ .name | title }} card title
diff --git a/site/content/docs/4.3/examples/blog/blog.css b/site/content/docs/4.3/examples/blog/blog.css index 85e9d054b7fb..e22653131279 100644 --- a/site/content/docs/4.3/examples/blog/blog.css +++ b/site/content/docs/4.3/examples/blog/blog.css @@ -85,7 +85,7 @@ h1, h2, h3, h4, h5, h6 { } .blog-post-meta { margin-bottom: 1.25rem; - color: #999; + color: #727272; } /* @@ -93,7 +93,7 @@ h1, h2, h3, h4, h5, h6 { */ .blog-footer { padding: 2.5rem 0; - color: #999; + color: #727272; text-align: center; background-color: #f9f9f9; border-top: .05rem solid #e5e5e5; diff --git a/site/content/docs/4.3/examples/dashboard/dashboard.css b/site/content/docs/4.3/examples/dashboard/dashboard.css index 6b5d7b5a5a81..0893e83e615c 100644 --- a/site/content/docs/4.3/examples/dashboard/dashboard.css +++ b/site/content/docs/4.3/examples/dashboard/dashboard.css @@ -45,7 +45,7 @@ body { .sidebar .nav-link .feather { margin-right: 4px; - color: #999; + color: #727272; } .sidebar .nav-link.active { diff --git a/site/content/docs/4.3/examples/product/product.css b/site/content/docs/4.3/examples/product/product.css index a38f9bb77f8c..fcfe00190fa0 100644 --- a/site/content/docs/4.3/examples/product/product.css +++ b/site/content/docs/4.3/examples/product/product.css @@ -12,8 +12,8 @@ backdrop-filter: saturate(180%) blur(20px); } .site-header a { - color: #999; - transition: ease-in-out color .15s; + color: #727272; + transition: color .15s ease-in-out; } .site-header a:hover { color: #fff; diff --git a/site/layouts/partials/footer.html b/site/layouts/partials/footer.html index c48e913f79de..754aa5df2654 100644 --- a/site/layouts/partials/footer.html +++ b/site/layouts/partials/footer.html @@ -1,4 +1,4 @@ -