Skip to content

Commit

Permalink
Don't add background to code in pre tags
Browse files Browse the repository at this point in the history
  • Loading branch information
iWader committed Dec 13, 2023
1 parent 3e86a5f commit 27188ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/iwader.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ code, kbd, pre, samp {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
code:not(code[class*="language-"]) {
font-size: 0.75em;
color: #ef5350;
padding: 0.25em 0.5em;
Expand Down

0 comments on commit 27188ab

Please sign in to comment.