Remove staging banner CSS from production

This commit is contained in:
Ozzy (AI Assistant) 2026-07-27 19:54:25 +00:00
parent 4f6cd60561
commit d24ad2522f

View file

@ -64,7 +64,6 @@ body {
color: var(--primary); color: var(--primary);
} }
/* ===== Staging Banner ===== */
background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%); background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
color: white; color: white;
text-align: center; text-align: center;