Skip to content

Commit

Permalink
clients/web/docs: fix small headings shift when passing from light to…
Browse files Browse the repository at this point in the history
… dark mode
  • Loading branch information
frankie567 committed Nov 14, 2024
1 parent f987805 commit b0a3b3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const ProseWrapper = ({
'prose dark:prose-invert max-w-3xl',
'dark:text-polar-200 text-gray-600',
'prose-img:rounded-2xl prose-img:shadow-sm prose-img:border prose-img:border-gray-200 dark:prose-img:border-polar-800',
'dark:prose-headings:leading-normal prose-headings:leading-normal prose-headings:text-black prose-h1:text-4xl prose-h2:text-3xl prose-h3:text-2xl prose-h4:text-xl prose-h5:text-lg prose-h6:text-md dark:prose-headings:text-white prose-headings:font-medium',
'prose-headings:text-black prose-h1:text-4xl prose-h2:text-3xl prose-h3:text-2xl prose-h4:text-xl prose-h5:text-lg prose-h6:text-md dark:prose-headings:text-white prose-headings:font-medium',
'prose-a:text-blue-500 dark:prose-a:text-blue-400 prose-a:no-underline prose-a:font-normal',
'dark:prose-pre:bg-polar-800 dark:prose-pre:border-polar-700 prose-pre:border prose-pre:border-transparent prose-pre:bg-white prose-pre:shadow-sm prose-pre:rounded-2xl prose-pre:text-gray-600 dark:prose-pre:text-polar-200',
'prose-code:before:content-none prose-code:after:content-none prose-code:bg-white dark:prose-code:bg-polar-800 prose-code:font-normal prose-code:rounded-sm prose-code:px-1.5 prose-code:py-1',
Expand Down

0 comments on commit b0a3b3c

Please sign in to comment.