Skip to content

Commit

Permalink
Bring down the text color in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
damianstasik committed Sep 18, 2023
1 parent e074be1 commit bba9b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme/DocItem/Content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const classNames = [
"prose",
"lg:prose-lg",
"text-gray-900",
"dark:text-gray-50",
"dark:text-gray-100",
"dark:prose-invert",
"marker:text-gray-600",
"dark:marker:text-gray-400",
Expand Down

0 comments on commit bba9b9c

Please sign in to comment.