Skip to content

Commit

Permalink
feat(css): scope token classes to pre elements
Browse files Browse the repository at this point in the history
  • Loading branch information
backwardspy committed Mar 17, 2024
1 parent ef18bd7 commit 6c746c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-gh-pages
Expand Up @@ -38,7 +38,7 @@ def postprocess_css(content: str) -> str:
def flavor_css(flavor: str) -> str:
style = PYGMENTS_STYLES[flavor]
formatter = HtmlFormatter(style=style)
return formatter.get_style_defs()
return formatter.get_style_defs("pre")


def variable_css() -> str:
Expand Down

0 comments on commit 6c746c1

Please sign in to comment.