From 0a3304e254bd4c4557bf719ac248491ee989e6b1 Mon Sep 17 00:00:00 2001 From: Tara Rostami <132676256+TaraRostami@users.noreply.github.com> Date: Fri, 15 Dec 2023 19:28:12 +0330 Subject: [PATCH] Update login.html --- web/html/login.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/web/html/login.html b/web/html/login.html index 2835bf0a..b85653c1 100644 --- a/web/html/login.html +++ b/web/html/login.html @@ -60,7 +60,7 @@ background-color: #c7ebe2; } .dark .under { - background-color: #0e232e; + background-color: #0f2d32; } .dark #login { background-color: #151f31; @@ -208,6 +208,9 @@ .parallax > use { animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite; } + .dark .parallax > use { + fill: rgb(10 117 87 / 20%); + } .parallax > use:nth-child(1) { animation-delay: -2s; animation-duration: 7s;