From 8c7d882dfa67bcef37a4f39be6f1ca57f160b816 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Mon, 12 Aug 2024 00:32:06 +0900 Subject: feat(frontend): improve play page styling --- frontend/app/tailwind.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'frontend/app/tailwind.css') diff --git a/frontend/app/tailwind.css b/frontend/app/tailwind.css index b5c61c9..6d3faee 100644 --- a/frontend/app/tailwind.css +++ b/frontend/app/tailwind.css @@ -1,3 +1,9 @@ @tailwind base; @tailwind components; @tailwind utilities; + +@layer components { + .bg-iosdc-japan { + @apply bg-gradient-to-r from-orange-400 via-pink-500 to-purple-400; + } +} -- cgit v1.2.3-70-g09d2