fix(contact): ダークモード時の背景色

This commit is contained in:
かっこかり 2024-03-30 23:05:00 +09:00 committed by GitHub
parent 80b5ef38db
commit 567bbe3bbb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,7 @@
</GHero>
<div class="pb-12 lg:mt-12 pt-6 bg-white dark:bg-slate-950">
<div class="container mx-auto max-w-screen-lg px-6 space-y-6 lg:space-y-8">
<div class="bg-gray-100 border-4 border-accent-600 p-4 lg:p-6 rounded-xl space-y-3">
<div class="bg-gray-100 dark:bg-gray-800 border-4 border-accent-600 p-4 lg:p-6 rounded-xl space-y-3">
<h2 class="font-bold text-lg lg:text-xl text-center">{{ $t('_contact.form') }}</h2>
<p class="text-center whitespace-pre-wrap">{{ $t('_contact.formGoogleAccountRequired') }}</p>
<div class="text-center">