hugo-theme-jane icon indicating copy to clipboard operation
hugo-theme-jane copied to clipboard

Dark code block on white website

Open paskal opened this issue 2 years ago • 2 comments

Hi there!

I'm adding the following text to my post:

```yaml
# test
```

Here is what I see on the latest macOS with a dark theme both in Safari and Chrome:

image

White stripes point towards the fact that "background" is overwritten to white (#f8f5ec to be precise) somewhere but in the wrong place.

paskal avatar Jul 25 '22 22:07 paskal

any fix for this? I'm seeing the same problem

M4THYOU avatar Aug 08 '22 18:08 M4THYOU

Solution is in #133

You need to add those lines to your config.toml.

M4THYOU avatar Aug 08 '22 18:08 M4THYOU

PygmentsUseClasses = true helped me, thanks for the hint!

paskal avatar Aug 20 '22 20:08 paskal