]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Replaced fixed 'bolder' font weight value in reboot with variable. (#27782)
authorGijs Rogé <rogegijs@gmail.com>
Thu, 6 Dec 2018 06:21:18 +0000 (07:21 +0100)
committerXhmikosR <xhmikosr@gmail.com>
Thu, 6 Dec 2018 06:21:18 +0000 (08:21 +0200)
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.

scss/_reboot.scss

index ed4821a4d4b4bb78389e753d87a7d494d21511b3..8abdf1e8c7d991a06b0fd929fcf1fafa4708cf8e 100644 (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 {