diff options
| author | Chris Rebert <[email protected]> | 2015-12-06 12:28:15 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-12-06 12:32:49 -0800 |
| commit | 0759d76bd28920e0fa58d4cd497385b6c1684563 (patch) | |
| tree | d8ac83d8da6f261e3add29f604d876f425fea9b3 /scss/_code.scss | |
| parent | 193b8306f0cdc97489ba425dcf1b9474025c608d (diff) | |
| download | bootstrap-0759d76bd28920e0fa58d4cd497385b6c1684563.tar.xz bootstrap-0759d76bd28920e0fa58d4cd497385b6c1684563.zip | |
Add 3 more font-weight variables
Refs #14368
[skip sauce]
[skip validator]
Diffstat (limited to 'scss/_code.scss')
| -rw-r--r-- | scss/_code.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_code.scss b/scss/_code.scss index 0de67d9ec..60bbcae81 100644 --- a/scss/_code.scss +++ b/scss/_code.scss @@ -27,7 +27,7 @@ kbd { kbd { padding: 0; font-size: 100%; - font-weight: bold; + font-weight: $nested-kbd-font-weight; @include box-shadow(none); } } |
