Closed titanism closed 1 year ago
<pre> and <pre><code> blocks render text in $gray-900 right now since https://github.com/ForEvolve/bootstrap-dark/blob/master/scss/_dark-variables.scss does not override $pre-color with $white.
<pre>
<pre><code>
$gray-900
$pre-color
$white
thanks, ping us what version on npm this is in once you do?
v4 contains this change and was released yesterday on NPM and GitHub.
<pre>
and<pre><code>
blocks render text in$gray-900
right now since https://github.com/ForEvolve/bootstrap-dark/blob/master/scss/_dark-variables.scss does not override$pre-color
with$white
.