Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoão Tomás <jtsimoes@ua.pt>2022-09-12 05:10:27 +0300
committerMark Otto <otto@github.com>2022-10-06 23:12:09 +0300
commit4822984e19e6241284eff213297b6532773ac5f8 (patch)
tree6410de6ba2369c7a1cf18c7f87493c7484f71730 /site/content/docs/5.2/examples/cover/index.html
parent5029370a10717892192d60b88c0406bdd9450fc2 (diff)
Fix button hover color in cover example
Replaced .btn-secondary class with .btn-light
Diffstat (limited to 'site/content/docs/5.2/examples/cover/index.html')
-rw-r--r--site/content/docs/5.2/examples/cover/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.2/examples/cover/index.html b/site/content/docs/5.2/examples/cover/index.html
index 34dc1c2b64..80a73300df 100644
--- a/site/content/docs/5.2/examples/cover/index.html
+++ b/site/content/docs/5.2/examples/cover/index.html
@@ -24,7 +24,7 @@ include_js: false
<h1>Cover your page.</h1>
<p class="lead">Cover is a one-page template for building simple and beautiful home pages. Download, edit the text, and add your own fullscreen background photo to make it your own.</p>
<p class="lead">
- <a href="#" class="btn btn-lg btn-secondary fw-bold border-white bg-white">Learn more</a>
+ <a href="#" class="btn btn-lg btn-light fw-bold border-white bg-white">Learn more</a>
</p>
</main>