deckgo / gatsby-remark-highlight-code

Adds stylish cards and syntax highlighting to code blocks in markdown files
MIT License
67 stars 18 forks source link

Hide the colored balls in Carbon theme #41

Closed kaphula closed 3 years ago

kaphula commented 3 years ago

Hey, is it possible to hide the colored balls on Carbon theme? I'd like to keep the card background but without the colored balls that appear on top of each listing. Or alternatively, can you turn the background on for None theme?

peterpeterparker commented 3 years ago

Sure, I do that on my website too.

The CSS variable --deckgo-highlight-code-carbon-toolbar-display: none; is probably the one you are looking for otherwise there are quite some styling options listed in the doc.