From: Gijs Rogé Date: Thu, 6 Dec 2018 06:21:18 +0000 (+0100) Subject: Replaced fixed 'bolder' font weight value in reboot with variable. (#27782) X-Git-Tag: v4.2.0~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fbbe1bd3541cd2c76594fe6d5ddaeed76a669f9;p=thirdparty%2Fbootstrap.git Replaced fixed 'bolder' font weight value in reboot with variable. (#27782) The default font weight value for
in reboot was set by a fixed value we now use the variable $font-weight-bolder to let users override this value. --- diff --git a/scss/_reboot.scss b/scss/_reboot.scss index ed4821a4d4..8abdf1e8c7 100644 --- a/scss/_reboot.scss +++ b/scss/_reboot.scss @@ -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 {