Make the divider before the FAQ section actually visible

border-neutral-200 was nearly invisible against the grained
background (both very light gray). Bumped to -300/dark:-700.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
Maaxxs 2026-07-07 02:59:33 +02:00
parent 7364f68f05
commit 75525cb0c3

View file

@ -349,7 +349,7 @@ export default function Home() {
</div>
</section>
<section className="border-t border-neutral-200 py-16 dark:border-neutral-800">
<section className="border-t border-neutral-300 py-16 dark:border-neutral-700">
<div className="mx-auto max-w-3xl px-4 sm:px-6">
<Reveal className="mb-8 text-center">
<h2 className="text-2xl font-bold text-neutral-900 dark:text-white">{t('home.faqHeading')}</h2>