メールでご連絡いただくことも可能です。
diff --git a/src/components/faq/FaqSection.astro b/src/components/faq/FaqSection.astro
index 30df358..cb22cd4 100644
--- a/src/components/faq/FaqSection.astro
+++ b/src/components/faq/FaqSection.astro
@@ -1,9 +1,9 @@
---
import Section from '@/components/common/Section.astro'
import XLink from '@/components/common/button/XLink.astro'
-import PeingLink from '@/components/common/button/PeingLink.astro'
import InlineLink from '@/components/common/InlineLink.astro'
import FaqCard from './FaqCard.astro'
+import MarshmallowLink from '../common/button/MarshmallowLink.astro'
---
@@ -13,7 +13,7 @@ import FaqCard from './FaqCard.astro'
-
+
diff --git a/tailwind.config.cjs b/tailwind.config.cjs
index 888f3e5..881724d 100644
--- a/tailwind.config.cjs
+++ b/tailwind.config.cjs
@@ -6,6 +6,7 @@ const colors = {
secondary: '#f1f2f7',
discord: '#5865f2',
peing: '#5eb9ba',
+ marshmallow: '#F3979B',
}
const dropShadowLight = (color) => `0 4px 8px ${rgba(color, 0.6)}`
@@ -34,6 +35,8 @@ module.exports = {
'discord-heavy': dropShadowHeavy(colors.discord),
'peing-light': dropShadowLight(colors.peing),
'peing-heavy': dropShadowHeavy(colors.peing),
+ 'marshmallow-light': dropShadowLight(colors.marshmallow),
+ 'marshmallow-heavy': dropShadowHeavy(colors.marshmallow),
},
typography: (theme) => ({
DEFAULT: {