diff options
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.html | 6 |
1 files changed, 3 insertions, 3 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 96a48287b..dd59167fa 100644 --- a/vendor/twbs/bootstrap/site/layouts/partials/home/css-variables.html +++ b/vendor/twbs/bootstrap/site/layouts/partials/home/css-variables.html @@ -1,16 +1,16 @@ <section class="row g-md-5 pb-md-5 mb-5 align-items-center"> <div class="col-lg-8 mb-5"> <div class="masthead-followup-icon d-inline-block mb-3" style="--bg-rgb: var(--bd-pink-rgb);"> - <svg class="bi fs-1"><use xlink:href="#braces"></use></svg> + <svg class="bi fs-1" aria-hidden="true"><use xlink:href="#braces"></use></svg> </div> <h2 class="display-5 mb-3 fw-semibold lh-sm">Build and extend in real-time with CSS variables</h2> <p class="lead fw-normal"> 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"> + <p class="d-flex flex-column lead fw-normal mb-0"> <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"></use></svg> + <svg class="bi" aria-hidden="true"><use xlink:href="#arrow-right"></use></svg> </a> </p> </div> |