mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-23 18:40:03 +00:00
Replaced fixed 'bolder' font weight value in reboot with variable. (#27782)
The default font weight value for <strong> <br> in reboot was set by a fixed value we now use the variable $font-weight-bolder to let users override this value.
This commit is contained in:
parent
903e242650
commit
3fbbe1bd35
@ -161,7 +161,7 @@ blockquote {
|
|||||||
|
|
||||||
b,
|
b,
|
||||||
strong {
|
strong {
|
||||||
font-weight: bolder; // Add the correct font weight in Chrome, Edge, and Safari
|
font-weight: $font-weight-bolder; // Add the correct font weight in Chrome, Edge, and Safari
|
||||||
}
|
}
|
||||||
|
|
||||||
small {
|
small {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user