bootstrap-dark icon indicating copy to clipboard operation
bootstrap-dark copied to clipboard

<pre><code> blocks too dark

Open RAnders00 opened this issue 5 years ago • 1 comments

<pre><code>Some
text
here</code></pre>

Looks like this (different content, but it's also a <pre><code> block):

image

I am working around this for now using

.bootstrap-dark pre code {
  color: #d3d3d3;
}

RAnders00 avatar Aug 02 '20 16:08 RAnders00

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.

Carl-Hugo avatar Aug 02 '20 17:08 Carl-Hugo