From 512c4e13659905f1b10dd5711618e94591ffa506 Mon Sep 17 00:00:00 2001 From: soufiane Date: Tue, 18 Nov 2025 23:24:03 +0100 Subject: [PATCH] feat: apply homepage green gradient style to login/register pages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Match homepage design with professional green gradient background: - Dark green gradient (from-[#1a4d2e] via-[#2d5a3d] to-[#1a4d2e]) - Clean white card with strong shadow (shadow-2xl) - Brand green color for titles (#1a4d2e) - Full screen height for better visual impact - Consistent with homepage branding 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- app/login/page.tsx | 6 +++--- app/register/page.tsx | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/login/page.tsx b/app/login/page.tsx index 33973e0..5aeb1fb 100644 --- a/app/login/page.tsx +++ b/app/login/page.tsx @@ -77,8 +77,8 @@ export default function LoginPage() { }; return ( -
- +
+
-

Connexion

+

Connexion

Connectez-vous pour participer au jeu-concours

diff --git a/app/register/page.tsx b/app/register/page.tsx index 58364dd..98f959e 100644 --- a/app/register/page.tsx +++ b/app/register/page.tsx @@ -35,8 +35,8 @@ export default function RegisterPage() { }; return ( -
- +
+
-

Inscription

+

Inscription

Créez un compte pour participer au jeu-concours