1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-23 00:39:54 +00:00

Fix pre color (#28966)

This commit is contained in:
Martijn Cuppens 2019-06-26 12:18:59 +02:00 committed by XhmikosR
parent 27824ec586
commit 65f21bbef1

View File

@ -1100,5 +1100,5 @@ $kbd-font-size: $code-font-size !default;
$kbd-color: $white !default;
$kbd-bg: $gray-900 !default;
$pre-color: $gray-900 !default;
$pre-color: null !default;
$pre-scrollable-max-height: 340px !default;