Skip to content

Commit

Permalink
Fix code block color
Browse files Browse the repository at this point in the history
  • Loading branch information
evaera committed Feb 27, 2023
1 parent e9eed78 commit e183b5b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@
:global pre[class*="language-"][class*="language-"] {
padding: 1rem;
margin: 1rem 0;
background: #292d3e;
}

:global code[class*="language-"][class*="language-"] {
Expand Down

0 comments on commit e183b5b

Please sign in to comment.