aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartijn Cuppens <[email protected]>2019-06-26 12:18:59 +0200
committerXhmikosR <[email protected]>2019-06-26 13:18:59 +0300
commit65f21bbef171282fae63dad078fdca7d37b0ab26 (patch)
tree2916384fac2e16b70952b185d43ae380cf8b14fa
parent27824ec5860dd0d954c13ce3e13ea02eccfc4e6c (diff)
downloadbootstrap-65f21bbef171282fae63dad078fdca7d37b0ab26.tar.xz
bootstrap-65f21bbef171282fae63dad078fdca7d37b0ab26.zip
Fix pre color (#28966)
-rw-r--r--scss/_variables.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss
index 29961e4dd..7b28d94dd 100644
--- a/scss/_variables.scss
+++ b/scss/_variables.scss
@@ -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;