Open ctron opened 6 years ago
Using code blocks show different level of gray for the block background and the line background:
I think this is due to fact that <pre> and <code> use different ways to color the background and the resulting RGB values don't match.
<pre>
<code>
Probably the most simple solution would be to remove the background color of <code> elements if they are contained in a <pre> element.
this is really annoying =)
Using code blocks show different level of gray for the block background and the line background:
I think this is due to fact that
<pre>
and<code>
use different ways to color the background and the resulting RGB values don't match.Probably the most simple solution would be to remove the background color of
<code>
elements if they are contained in a<pre>
element.