Skip to content

Commit

Permalink
Fix markdown render dark background (thomiceli#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomiceli authored Oct 16, 2023
1 parent e6e5f2b commit 7d6897c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions public/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -152,3 +152,7 @@ dl.dl-config dt {
dl.dl-config dd {
@apply ml-1 col-span-2 break-words;
}

.markdown-body {
@apply dark:bg-gray-900 !important;
}

0 comments on commit 7d6897c

Please sign in to comment.