Skip to content

Commit

Permalink
Fix diff syntax color in dark mode (#521)
Browse files Browse the repository at this point in the history
  • Loading branch information
MacFJA authored Oct 16, 2023
1 parent 531bf37 commit 0c9e558
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ button:focus-visible {
pre.language-diff code {
color: rgba(0, 0, 0, 0.4);
}
.dark pre.language-diff code {
color: rgba(255, 255, 255, 0.4);
}

.language-diff .inserted,
.language-diff .deleted {
Expand Down

1 comment on commit 0c9e558

@vercel
Copy link

@vercel vercel bot commented on 0c9e558 Oct 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.