File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ const components = {
210210 ) ,
211211 p : ( { className, ...props } : HTMLAttributes < HTMLParagraphElement > ) => (
212212 < p
213- className = { cn ( 'leading-7 mt-2 mb-3' , className ) }
213+ className = { cn ( 'leading-7 mt-2 mb-3 text-muted-foreground ' , className ) }
214214 { ...props }
215215 />
216216 ) ,
Original file line number Diff line number Diff line change 3030 }
3131 }
3232
33- /* Prose body text - lighter gray for better contrast in dark mode */
34- .prose-invert {
35- --tw-prose-invert-body : # b8b8bf ;
36- }
3733
3834 /* Feature section headers */
3935 h2 .feature-heading {
5349 --secondary : 240 3.7% 15.9% ;
5450 --secondary-foreground : 0 0% 98% ;
5551 --muted : 240 3.7% 15.9% ;
56- --muted-foreground : 240 5 % 64.9 % ;
52+ --muted-foreground : 240 3 % 73 % ;
5753 --accent : 240 3.7% 15.9% ;
5854 --accent-foreground : 240 4.8% 95.9% ;
5955 --destructive : 0 62.8% 30.6% ;
You can’t perform that action at this time.
0 commit comments