From 0a80351706facf12b9b3721e39066c554632caa4 Mon Sep 17 00:00:00 2001 From: Livia Date: Tue, 8 Apr 2025 16:33:30 +0200 Subject: [PATCH] smoother gradient --- static/style/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style/style.css b/static/style/style.css index 3487855..c3ce002 100644 --- a/static/style/style.css +++ b/static/style/style.css @@ -27,6 +27,6 @@ a.hover-white.no-underline.white-90 { @media all and (min-width:1020px) { .bg-transparent { background: rgb(19,39,91); - background: linear-gradient(180deg, rgba(19,39,91,0.9) 0%, rgba(19,39,91,0.7) 14%, rgba(255,255,255,0) 28%); + background: linear-gradient(180deg, rgba(19,39,91,0.8) 0%, rgba(19,39,91,0.5) 15%, rgba(255,255,255,0) 30%); } } \ No newline at end of file