From cd3fde71e30e37f4f54e71ef4c99808ee349c995 Mon Sep 17 00:00:00 2001 From: billz Date: Wed, 22 Jan 2025 00:35:52 -0800 Subject: [PATCH] Revise login background gradient --- app/css/all.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/css/all.css b/app/css/all.css index 6b500ce2..59f43cbb 100644 --- a/app/css/all.css +++ b/app/css/all.css @@ -334,8 +334,7 @@ button > i.fas { } #modal-admin-login .modal-content { - background: rgb(8,55,55); - background: radial-gradient(circle, rgba(8,55,55,1) 50%, rgba(27,112,112,1) 100%); + background: radial-gradient(circle at 120% -20%, #032626, #052c2c, #073232, #0a3838, #0d3f3f, #114545, #144c4c); align-items: center; }