nishanths / cocoa-hugo-theme

Responsive Hugo blog theme (note: not actively worked on)
https://cocoa-hugo-theme-demo.netlify.app/
MIT License
326 stars 155 forks source link

Add support for highlightjs dark themes #140

Closed chrsmutti closed 4 years ago

chrsmutti commented 5 years ago

Dark themes such as darcula weren't being rendered properly. This commit fixes it by removing the background-color set on pre and code tags, except for single backticks code tags.

before-after-cocoa

Before and after

Fixes #94