bootstrap-dark
bootstrap-dark copied to clipboard
<pre><code> blocks too dark
<pre><code>Some
text
here</code></pre>
Looks like this (different content, but it's also a <pre><code> block):

I am working around this for now using
.bootstrap-dark pre code {
color: #d3d3d3;
}
I'll take a look as soon as I can. Meanwhile, if someone wants to investigate what is wrong with .bootstrap-dark pre code vs the original Bootstrap code, feel free to.