Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorMartijn Cuppens <martijn.cuppens@gmail.com>2019-06-26 13:18:59 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-06-26 13:18:59 +0300
commit65f21bbef171282fae63dad078fdca7d37b0ab26 (patch)
tree2916384fac2e16b70952b185d43ae380cf8b14fa /scss
parent27824ec5860dd0d954c13ce3e13ea02eccfc4e6c (diff)
Fix pre color (#28966)
Diffstat (limited to 'scss')
-rw-r--r--scss/_variables.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss
index 29961e4dd5..7b28d94ddb 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;