mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-30 11:10:23 +00:00
Fix pre color (#28966)
This commit is contained in:
parent
27824ec586
commit
65f21bbef1
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue