diff --git a/apps/frontend/src/pages/contact.astro b/apps/frontend/src/pages/contact.astro index c3231c2..2ad1e40 100644 --- a/apps/frontend/src/pages/contact.astro +++ b/apps/frontend/src/pages/contact.astro @@ -60,7 +60,7 @@ const DISCORD_INVITE_LINK = import.meta.env.DISCORD_INVITE_LINK || "https://disc Join our primarily Hungarian-speaking community (English speakers are also welcome!).

-
+

Discord

We have a vibrant Discord server for real-time chat and support.

@@ -69,8 +69,9 @@ const DISCORD_INVITE_LINK = import.meta.env.DISCORD_INVITE_LINK || "https://disc
-
-

IRC Chat

+
+

IRC

+

If Discord is too modern, find us on IRC!

Network: Libera.Chat #teletypegames @@ -96,7 +97,7 @@ const DISCORD_INVITE_LINK = import.meta.env.DISCORD_INVITE_LINK || "https://disc @apply inline-flex items-center gap-3 bg-[#5865F2] hover:bg-[#4752C4] text-white font-black py-4 px-8 rounded-full text-lg transition-all transform hover:scale-105 shadow-xl; } .contact-grid { - @apply grid grid-cols-1 md:grid-cols-2 gap-12 max-w-5xl mx-auto; + @apply grid grid-cols-1 gap-12 max-w-5xl mx-auto; } .contact-card { @apply bg-white p-8 rounded-2xl shadow-xl border border-gray-100; @@ -114,7 +115,7 @@ const DISCORD_INVITE_LINK = import.meta.env.DISCORD_INVITE_LINK || "https://disc @apply border-l-4 pl-4; } .community-section-title { - @apply text-lg font-bold text-gray-900 mb-2; + @apply text-lg font-bold text-green-700 mb-2; } .community-section-desc { @apply text-gray-600 text-sm mb-3; @@ -123,13 +124,13 @@ const DISCORD_INVITE_LINK = import.meta.env.DISCORD_INVITE_LINK || "https://disc @apply text-[#5865F2] font-bold hover:underline inline-flex items-center gap-1; } .irc-box { - @apply bg-indigo-50 p-4 rounded-xl border border-indigo-100 mt-3 inline-block; + @apply bg-green-100 p-4 rounded-xl border border-green-200 mt-3 inline-block; } .irc-network { - @apply block text-xs font-semibold text-indigo-400 uppercase tracking-wider mb-1; + @apply block text-xs font-semibold text-green-500 uppercase tracking-wider mb-1; } .irc-channel { - @apply text-indigo-600 font-mono text-lg font-bold; + @apply text-green-800 font-mono text-lg font-bold; } .bbs-box { @apply bg-amber-50 p-4 rounded-xl border border-amber-100 mt-3 inline-block;