From 510623ee1b7158578dd6f14adfb2e5bc2af67832 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Mon, 18 Aug 2025 02:03:51 +0900 Subject: feat(frontend): bundle swift highlight --- frontend/app/tailwind.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'frontend/app/tailwind.css') diff --git a/frontend/app/tailwind.css b/frontend/app/tailwind.css index 1151645..ada2c29 100644 --- a/frontend/app/tailwind.css +++ b/frontend/app/tailwind.css @@ -5,5 +5,12 @@ } @utility bg-iosdc-japan { - background-image: linear-gradient(to right, #e03468, #ff523d, #f060b2, #a05cff, #008ccf); + background-image: linear-gradient( + to right, + #e03468, + #ff523d, + #f060b2, + #a05cff, + #008ccf + ); } -- cgit v1.2.3-70-g09d2