aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/twbs/bootstrap/site/layouts/partials/home/css-variables.html
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/twbs/bootstrap/site/layouts/partials/home/css-variables.html')
-rw-r--r--vendor/twbs/bootstrap/site/layouts/partials/home/css-variables.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/twbs/bootstrap/site/layouts/partials/home/css-variables.html b/vendor/twbs/bootstrap/site/layouts/partials/home/css-variables.html
index 300694749..96a48287b 100644
--- a/vendor/twbs/bootstrap/site/layouts/partials/home/css-variables.html
+++ b/vendor/twbs/bootstrap/site/layouts/partials/home/css-variables.html
@@ -8,9 +8,9 @@
Bootstrap 5 is evolving with each release to better utilize CSS variables for global theme styles, individual components, and even utilities. We provide dozens of variables for colors, font styles, and more at a <code>:root</code> level for use anywhere. On components and utilities, CSS variables are scoped to the relevant class and can easily be modified.
</p>
<p class="d-flex align-items-start flex-column lead fw-normal mb-0">
- <a href="/docs/{{ .Site.Params.docs_version }}/customize/css-variables/" class="icon-link fw-semibold mb-3">
+ <a href="/docs/{{ .Site.Params.docs_version }}/customize/css-variables/" class="icon-link icon-link-hover fw-semibold mb-3">
Learn more about CSS variables
- <svg class="bi"><use xlink:href="#arrow-right-short"></use></svg>
+ <svg class="bi"><use xlink:href="#arrow-right"></use></svg>
</a>
</p>
</div>