We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4d89c7 commit d1202e2Copy full SHA for d1202e2
src/components/Paragraphs.tsx
@@ -28,7 +28,7 @@ export const Paragraphs: FC<{
28
29
const child = (
30
<div
31
- className="text-gray-700 leading-normal"
+ className="text-gray-700 dark:[&_p]:text-gray-300 dark:[&_div]:text-gray-300 dark:[&_span]:text-gray-300 leading-normal"
32
style={{
33
maxHeight: limitHeight,
34
overflow: 'hidden',
0 commit comments