From fb4e2bc3eb66ca861eb8393ade21811e4510669a Mon Sep 17 00:00:00 2001 From: sowgro Date: Fri, 28 Mar 2025 19:09:53 -0400 Subject: Start implementation new design --- ufund-ui/src/app/components/login/login.component.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'ufund-ui/src/app/components/login/login.component.css') diff --git a/ufund-ui/src/app/components/login/login.component.css b/ufund-ui/src/app/components/login/login.component.css index 4bfcbb8..b56b4eb 100644 --- a/ufund-ui/src/app/components/login/login.component.css +++ b/ufund-ui/src/app/components/login/login.component.css @@ -3,7 +3,11 @@ align-items: center; justify-content: center; height: 100%; - background-image: url("https://www.fineshare.com/background/jellyfish-under-fluorescent-illumination.jpg"); + /*background-image: url("https://www.fineshare.com/background/jellyfish-under-fluorescent-illumination.jpg");*/ + background: rgba(0, 0, 0, .65) url("https://4kwallpapers.com/images/wallpapers/blue-jellyfish-aquarium-underwater-glowing-marine-life-1920x1080-3546.jpg"); + background-blend-mode: darken; + margin-top: -66px + } #box { @@ -18,7 +22,7 @@ border-radius: 5px; border-style: solid; border-width: 1px; - border-color: white; + border-color: rgb(140, 140, 255); } .border { -- cgit v1.2.3