1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 09:05:47 +02:00

Update v5 homepage to match v4.5's changes

This commit is contained in:
Mark Otto
2020-05-31 05:00:08 +03:00
committed by XhmikosR
parent e084588517
commit 6ca54573a9
19 changed files with 151 additions and 97 deletions

View File

@@ -4,14 +4,15 @@
.btn-bd-primary {
font-weight: 600;
color: $bd-purple-bright;
color: $white;
background-color: $bd-purple-bright;
border-color: $bd-purple-bright;
&:hover,
&:active {
color: $white;
background-color: $bd-purple-bright;
border-color: $bd-purple-bright;
background-color: darken($bd-purple-bright, 10%);
border-color: darken($bd-purple-bright, 10%);
}
&:focus {