From a59668ea9aa5c13f1037f6ab46a99cb80f54f95d Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Thu, 1 Feb 2024 22:49:16 +0800 Subject: [PATCH] Slight adjustment to carousel colors --- src/app.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app.css b/src/app.css index 7c3798b4..8b45e980 100644 --- a/src/app.css +++ b/src/app.css @@ -947,7 +947,7 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) { background: linear-gradient( to bottom right, var(--carousel-faded-color), - transparent 150% + transparent ); position: relative; container-type: inline-size; @@ -962,7 +962,7 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) { var(--carousel-faded-color), transparent ), - linear-gradient(to top, var(--bg-color), transparent 64px); + linear-gradient(to top, var(--bg-color) 8px, transparent 64px); background-repeat: no-repeat; background-position: bottom center; }