fix(a11y): address axe color-contrast violations on dark surface
This commit is contained in:
@@ -24,5 +24,12 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* Links inside sidebar widgets on dark page surface — bumped to --color-primary-87
|
||||
* to clear WCAG AA (the inherited global --color-bodylinks is only ~3:1). */
|
||||
a[data-type],
|
||||
a[data-id] {
|
||||
color: var(--color-primary-87, #dce1ff);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user