hugo-material-docs icon indicating copy to clipboard operation
hugo-material-docs copied to clipboard

Code blocks show different grey levels

Open ctron opened this issue 7 years ago • 1 comments

Using code blocks show different level of gray for the block background and the line background:

image

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.

ctron avatar Apr 17 '18 11:04 ctron

this is really annoying =)

hellt avatar Oct 10 '18 10:10 hellt