mirror of
https://github.com/jasny/bootstrap.git
synced 2026-04-24 03:00:49 -04:00
fixes #9015: bold links not semibold in alerts
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
}
|
||||
// Provide class for links that match alerts
|
||||
.alert-link {
|
||||
font-weight: 500;
|
||||
font-weight: bold;
|
||||
color: darken(@alert-text, 10%);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user