From 0d0959d6ac3e81869ba848371d9b6ea12710debc Mon Sep 17 00:00:00 2001 From: sowgro Date: Mon, 7 Apr 2025 11:52:24 -0400 Subject: Fix colors on login / signup pages --- ufund-ui/src/app/components/login/login.component.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'ufund-ui/src/app/components/login') diff --git a/ufund-ui/src/app/components/login/login.component.css b/ufund-ui/src/app/components/login/login.component.css index fc1d9da..f38865b 100644 --- a/ufund-ui/src/app/components/login/login.component.css +++ b/ufund-ui/src/app/components/login/login.component.css @@ -8,7 +8,6 @@ background-color: transparent; background-blend-mode: darken; margin-top: -150px; - overflow: hidden; } #bg-cr { @@ -40,10 +39,9 @@ min-height: 50vh; margin-top: 15vh; gap: 10px; - /* background-color: var(--background-color); */ + background-color: color-mix(in srgb, var(--background-color), transparent 50%); backdrop-filter: blur(10px); padding: 50px 40px; - color: white; border-radius: 5px; border-style: solid; border-width: 1px; @@ -71,4 +69,4 @@ text-decoration: underline; text-decoration-thickness: 1px; text-decoration-color: var(--highlight-color); -} \ No newline at end of file +} -- cgit v1.2.3