deckgo / gatsby-remark-highlight-code

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

Hiding the header? #51

Closed simplenotezy closed 2 years ago

simplenotezy commented 2 years ago

I would like to remove the header:

image

Is there a way to remove it?

simplenotezy commented 2 years ago
  deckgo-highlight-code {
    --deckgo-highlight-code-carbon-toolbar-display: none;
  }