diff options
Diffstat (limited to 'frontend/app/routes/_index.tsx')
| -rw-r--r-- | frontend/app/routes/_index.tsx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/frontend/app/routes/_index.tsx b/frontend/app/routes/_index.tsx index 02ce558..58e4e53 100644 --- a/frontend/app/routes/_index.tsx +++ b/frontend/app/routes/_index.tsx @@ -15,15 +15,15 @@ export async function loader({ request }: LoaderFunctionArgs) { export default function Index() { return ( - <div className="min-h-screen bg-sky-600 flex flex-col items-center justify-center gap-y-6"> + <div className="min-h-screen bg-gray-100 flex flex-col items-center justify-center gap-y-6"> <img src={`${BASE_PATH}logo.svg`} alt="iOSDC Japan 2025" - className="w-64 h-64" + className="w-96 h-auto" /> <div className="text-center"> - <div className="font-bold text-sky-50 flex flex-col gap-y-2"> - <div className="text-5xl">SWIFT CODE BATTLE</div> + <div className="font-bold text-transparent bg-clip-text bg-iosdc-japan"> + <div className="text-6xl">Swift Code Battle</div> </div> </div> <div className="mx-2"> |
