refactor: migrate global.css to Tailwind color palette

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

View File

@@ -20,7 +20,7 @@ body.mobile-sidebar-open {
justify-content: center;
text-align: center;
padding: 2rem;
color: #ccc;
color: rgb(212 212 216); /* zinc-300 */
}