refactor: migrate app.css to Tailwind color palette

This commit is contained in:
Gigi
2025-10-13 23:16:28 +02:00
parent e8cbb3af4b
commit ab2223e739

View File

@@ -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;