diff options
| author | Martijn Cuppens <[email protected]> | 2019-06-26 12:18:59 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-06-26 13:18:59 +0300 |
| commit | 65f21bbef171282fae63dad078fdca7d37b0ab26 (patch) | |
| tree | 2916384fac2e16b70952b185d43ae380cf8b14fa | |
| parent | 27824ec5860dd0d954c13ce3e13ea02eccfc4e6c (diff) | |
| download | bootstrap-65f21bbef171282fae63dad078fdca7d37b0ab26.tar.xz bootstrap-65f21bbef171282fae63dad078fdca7d37b0ab26.zip | |
Fix pre color (#28966)
| -rw-r--r-- | scss/_variables.scss | 2 |
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; |
