🐞 fix: Adjust card background

This commit is contained in:
Keith Solomon
2026-07-05 16:39:08 -05:00
parent 43e3316a70
commit 5e08b78d62
+1 -1
View File
@@ -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);
}