From 5e08b78d627857dccec1c7221c1473a780ee3052 Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Sun, 5 Jul 2026 16:39:08 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20Adjust=20card=20backgroun?= =?UTF-8?q?d?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles/components/post-list.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/components/post-list.css b/styles/components/post-list.css index 17f6db0..3fd4092 100644 --- a/styles/components/post-list.css +++ b/styles/components/post-list.css @@ -5,7 +5,7 @@ .post-list__img { border-bottom: 0; } .post-list__details { - background: color-mix(in oklch, var(--color-cwc-blue-03) 80%, white); + background: color-mix(in oklch, var(--color-cwc-blue-03) 60%, white); color: var(--color-cwc-blue-01); }