From 4d89c5bbf6b4c9474b505d14c40a48fb23913d3b Mon Sep 17 00:00:00 2001 From: nsfisis Date: Mon, 18 Aug 2025 01:11:24 +0900 Subject: feat(frontend): apply iOSDC Japan 2025 color --- frontend/app/routes/_index.tsx | 8 ++++---- frontend/app/tailwind.css | 4 ++++ 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'frontend') 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 ( -
+
iOSDC Japan 2025
-
-
SWIFT CODE BATTLE
+
+
Swift Code Battle
diff --git a/frontend/app/tailwind.css b/frontend/app/tailwind.css index 9e56140..1151645 100644 --- a/frontend/app/tailwind.css +++ b/frontend/app/tailwind.css @@ -3,3 +3,7 @@ @theme { --text-10xl: 16rem; } + +@utility bg-iosdc-japan { + background-image: linear-gradient(to right, #e03468, #ff523d, #f060b2, #a05cff, #008ccf); +} -- cgit v1.2.3-70-g09d2