Skip to content

Commit

Permalink
fix(frontend): unset token header styles
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrobertlloyd committed May 11, 2024
1 parent 2f1da8e commit 0617dc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/frontend/styles/vendor/markdown-it-prism.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
font-style: italic;
}

/* Class clashes with that used by header component */
.token.header {
background: none;
display: inline;
all: unset !important;
}

0 comments on commit 0617dc4

Please sign in to comment.