mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 09:52:29 +01:00
fixes #9015: bold links not semibold in alerts
This commit is contained in:
parent
83eea13e63
commit
d46e645a0f
2
dist/css/bootstrap.css
vendored
2
dist/css/bootstrap.css
vendored
@ -3874,7 +3874,7 @@ button.close {
|
||||
}
|
||||
|
||||
.alert .alert-link {
|
||||
font-weight: 500;
|
||||
font-weight: bold;
|
||||
color: #a47e3c;
|
||||
}
|
||||
|
||||
|
2
dist/css/bootstrap.min.css
vendored
2
dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
@ -26,7 +26,7 @@
|
||||
}
|
||||
// Provide class for links that match alerts
|
||||
.alert-link {
|
||||
font-weight: 500;
|
||||
font-weight: bold;
|
||||
color: darken(@alert-text, 10%);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user