diff options
Diffstat (limited to 'vendor/twbs/bootstrap/site/layouts/partials/footer.html')
-rw-r--r-- | vendor/twbs/bootstrap/site/layouts/partials/footer.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/twbs/bootstrap/site/layouts/partials/footer.html b/vendor/twbs/bootstrap/site/layouts/partials/footer.html index eda117479..819c6256d 100644 --- a/vendor/twbs/bootstrap/site/layouts/partials/footer.html +++ b/vendor/twbs/bootstrap/site/layouts/partials/footer.html @@ -2,7 +2,7 @@ <div class="container py-4 py-md-5 px-4 px-md-3 text-body-secondary"> <div class="row"> <div class="col-lg-3 mb-3"> - <a class="d-inline-flex align-items-center mb-2 text-body-secondary text-decoration-none" href="/" aria-label="Bootstrap"> + <a class="d-inline-flex align-items-center mb-2 text-body-emphasis text-decoration-none" href="/" aria-label="Bootstrap"> {{ partial "icons/bootstrap-white-fill.svg" (dict "class" "d-block me-2" "width" "40" "height" "32") }} <span class="fs-5">Bootstrap</span> </a> @@ -41,7 +41,7 @@ <li class="mb-2"><a href="{{ .Site.Params.github_org }}/bootstrap/tree/v4-dev">Bootstrap 4</a></li> <li class="mb-2"><a href="{{ .Site.Params.github_org }}/icons">Icons</a></li> <li class="mb-2"><a href="{{ .Site.Params.github_org }}/rfs">RFS</a></li> - <li class="mb-2"><a href="{{ .Site.Params.github_org }}/bootstrap-npm-starter">npm starter</a></li> + <li class="mb-2"><a href="{{ .Site.Params.github_org }}/examples/">Examples repo</a></li> </ul> </div> <div class="col-6 col-lg-2 mb-3"> |