fix(a11y): address axe color-contrast violations on dark surface

This commit is contained in:
Keith Solomon
2026-08-16 14:08:22 -05:00
parent ba5e6fcd86
commit a50ea9f0ae
7 changed files with 49 additions and 6 deletions
+6
View File
@@ -1,5 +1,11 @@
/* Blog/post index listing styles */
/* Category pill on dark page surface — needs higher contrast than the default
* --color-bodylinks (~3:1 against --color-page-base) for WCAG AA. */
.post-list__category {
color: var(--color-primary-87, #dce1ff);
}
.post-list {
/* Original styles, if needed
* .post-list__posts {