From 69c105c4c7f9fa7993ec41462d4788493d1b6956 Mon Sep 17 00:00:00 2001 From: NguyenND Date: Mon, 27 Apr 2026 15:41:55 -0400 Subject: [PATCH] 04/27 Updated Login page background image 2 --- app/templates/auth/login.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app/templates/auth/login.html b/app/templates/auth/login.html index 7ddf32f..3793c5d 100644 --- a/app/templates/auth/login.html +++ b/app/templates/auth/login.html @@ -9,8 +9,8 @@ body.login-page { min-height: 100vh; background: - linear-gradient(rgba(10, 25, 50, 0.55), rgba(10, 25, 50, 0.55)), - url("https://images.unsplash.com/photo-1581578731548-c64695cc6952?auto=format&fit=crop&w=1920&q=80") + linear-gradient(rgba(10, 25, 50, 0.25), rgba(10, 25, 50, 0.25)), + url("https://images.unsplash.com/photo-1486325212027-8081e485255e?auto=format&fit=crop&w=1920&q=80") center center / cover no-repeat fixed; } @@ -104,7 +104,7 @@ @@ -112,6 +112,7 @@ {# Remove .login-page when navigating away (SPA-style guard) #}