From ab2223e739f31fa3d8ba85259e7713efffdae705 Mon Sep 17 00:00:00 2001 From: Gigi Date: Mon, 13 Oct 2025 23:16:28 +0200 Subject: [PATCH] refactor: migrate app.css to Tailwind color palette --- src/styles/layout/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/layout/app.css b/src/styles/layout/app.css index b53d33bb..4d0d78fd 100644 --- a/src/styles/layout/app.css +++ b/src/styles/layout/app.css @@ -105,7 +105,7 @@ max-width: 320px; height: 100vh; height: 100dvh; - background: #1a1a1a; + background: rgb(24 24 27); /* zinc-900 */ z-index: 1001; /* Above backdrop */ transition: transform 0.3s ease; box-shadow: none;