mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-08 20:50:44 +02:00
Fix button hover color in cover example
Replaced .btn-secondary class with .btn-light
This commit is contained in:
@@ -4,9 +4,9 @@
|
|||||||
|
|
||||||
|
|
||||||
/* Custom default button */
|
/* Custom default button */
|
||||||
.btn-secondary,
|
.btn-light,
|
||||||
.btn-secondary:hover,
|
.btn-light:hover,
|
||||||
.btn-secondary:focus {
|
.btn-light:focus {
|
||||||
color: #333;
|
color: #333;
|
||||||
text-shadow: none; /* Prevent inheritance from `body` */
|
text-shadow: none; /* Prevent inheritance from `body` */
|
||||||
}
|
}
|
||||||
|
@@ -24,7 +24,7 @@ include_js: false
|
|||||||
<h1>Cover your page.</h1>
|
<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">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">
|
<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>
|
</p>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user