2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

Fix button hover color in cover example

Replaced .btn-secondary class with .btn-light
This commit is contained in:
João Tomás
2022-09-12 03:10:27 +01:00
committed by Mark Otto
parent 5029370a10
commit 4822984e19
2 changed files with 4 additions and 4 deletions
@@ -4,9 +4,9 @@
/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
.btn-light,
.btn-light:hover,
.btn-light:focus {
color: #333;
text-shadow: none; /* Prevent inheritance from `body` */
}