fix: resolve styling issues in admin dashboard and login

Fix login page background color to cream/stone (hide blobs). Remove hover scaling from dashboard stats cards. darkening Admin Panel and Portfolio text.
This commit is contained in:
2026-01-10 02:30:15 +01:00
parent 59eb32b45a
commit 7d84d35f09
2 changed files with 19 additions and 21 deletions

View File

@@ -267,9 +267,7 @@ const AdminPage = () => {
// Login form
if (authState.showLogin || !authState.isAuthenticated) {
return (
<div className="min-h-screen flex items-center justify-center relative overflow-hidden">
{/* Animated Background */}
<div className="animated-bg"></div>
<div className="min-h-screen flex items-center justify-center relative overflow-hidden bg-[#fdfcf8] z-0">
<motion.div
initial={{ opacity: 0, scale: 0.95 }}