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 6340c33 commit c526461Copy full SHA for c526461
src/components/faqs/faqs.tsx
@@ -122,8 +122,8 @@ const FAQs: React.FC = () => {
122
}
123
[&_a]:text-indigo-600 [&_a]:hover:text-indigo-800
124
dark:[&_a]:text-indigo-400 dark:[&_a]:hover:text-indigo-300
125
- [&_strong]:font-semibold [&_strong]:text-gray-800
126
- dark:[&_strong]:text-gray-200`}
+ [&_strong]:font-semibold [&_strong]:text-gray-500
+ dark:[&_strong]:text-gray-600`}
127
dangerouslySetInnerHTML={{ __html: faq.answer }}
128
/>
129
</motion.div>
0 commit comments