From bf898df91c9404825cada51e5983943d8fe025dc Mon Sep 17 00:00:00 2001 From: simonsteer <33757365+simonsteer@users.noreply.github.com> Date: Fri, 12 Apr 2024 04:14:49 -0400 Subject: [PATCH] fix awkward gradient cutoff on homepage in dar kmode (#47) --- docs/styles.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/styles.css b/docs/styles.css index 67cf866317..bc2c5bf15d 100644 --- a/docs/styles.css +++ b/docs/styles.css @@ -58,16 +58,16 @@ .bg-gradient-dark { background: linear-gradient( 90deg, - rgba(0, 0, 0, 0) 0%, - rgba(0, 0, 0, 0.75) 50%, - rgba(0, 0, 0, 0) 100% + rgba(17, 17, 17, 0) 0%, + rgba(17, 17, 17, 0.75) 50%, + rgba(17, 17, 17, 0) 100% ), linear-gradient( 180deg, - #000 0%, - rgba(0, 0, 0, 0) 40%, - rgba(0, 0, 0, 0) 60%, - #000 100% + #111 0%, + rgba(17, 17, 17, 0) 40%, + rgba(17, 17, 17, 0) 60%, + #111 100% ), linear-gradient( 270deg,