ForEvolve / bootstrap-dark

Bootstrap 4 dark theme that supports togging dark/light themes as well. There is no fluff, it changes the color of Bootstrap and that's it, no new thing to learn or unlearn, just Bootstrap, but Dark!
MIT License
298 stars 44 forks source link

<pre><code> blocks too dark #44

Closed RAnders00 closed 1 year ago

RAnders00 commented 4 years ago
<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;
}
Carl-Hugo commented 4 years ago

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.