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); }