Skip to content

Commit

Permalink
add prism.js hack
Browse files Browse the repository at this point in the history
  • Loading branch information
ueokande committed Sep 10, 2023
1 parent 7d17c4a commit 9c932ac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/options/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,8 @@ html {
color: CanvasText;
background-color: Canvas;
}

/* prism.js override */
.token {
background: none !important;
}

0 comments on commit 9c932ac

Please sign in to comment.