From d3a71827e12b77c080bce408917ffb7a5971c3ec Mon Sep 17 00:00:00 2001 From: jakubmanczak Date: Thu, 9 Oct 2025 16:38:00 +0200 Subject: [PATCH] make backgrounds more gractwo in color --- web/input.css | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/web/input.css b/web/input.css index 90104dc..290dbae 100644 --- a/web/input.css +++ b/web/input.css @@ -11,11 +11,9 @@ .bg-gractwo-index-light { background-size: "100% 100%"; - background-image: radial-gradient( - 125% 125% at 50% 90%, - #ffffff 40%, - #ff637e 120% - ); + background-image: + radial-gradient(125% 125% at 50% 90%, #ffffff 40%, transparent 95%), + linear-gradient(to right, #ff637e 15%, #00d3f2 100%); } .dashed-bottom-fade-grid { @@ -24,8 +22,8 @@ z-index: 0; background-image: - linear-gradient(to right, #e7e5e4 1px, transparent 1px), - linear-gradient(to bottom, #e7e5e4 1px, transparent 1px); + linear-gradient(to right, rgba(255, 99, 126, 0.3) 1px, transparent 1px), + linear-gradient(to bottom, rgba(0, 211, 242, 0.3) 1px, transparent 1px); background-size: 20px 20px; background-position: 0 0,