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) #}