2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03: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:
Gijs Rogé
2018-12-06 07:21:18 +01:00
committed by XhmikosR
parent 903e242650
commit 3fbbe1bd35
+1 -1
View File
@@ -161,7 +161,7 @@ blockquote {
b,
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 {