Skip to content

Commit

Permalink
fix: <code> in light mode
Browse files Browse the repository at this point in the history
  • Loading branch information
EATSTEAK committed Jan 9, 2024
1 parent 2aafab7 commit 0471b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/prose.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
}

:not(.dark) .content code {
@apply bg-gray-700;
@apply bg-gray-300;
}

.dark .content code {
Expand Down

0 comments on commit 0471b17

Please sign in to comment.