- Ya
- 17 Aprili 2026, 21:34 UTC
- Mwandishi
- Kamo
- Ahadi ya
- dde2262
The previous styling (low-opacity currentColor on a near-transparent background) was effectively invisible against most client backgrounds — which also puts the link at risk on Google's accessibility/contrast signals for hidden-link penalties. New treatment: - Text: solid white (#ffffff) at rest and active - Background at rest: var(--color-secondary) — the client's secondary brand color, which blends into their white-label theme - Background on hover/focus: var(--color-primary) — the client's primary brand color, so the CTA lifts exactly where the rest of the theme expects interactive accents - Subtle box-shadow for depth, deepens slightly on hover - Focus ring switched to solid white to remain visible against either background state White-on-brand-color gives comfortable WCAG AA contrast on any reasonably-saturated client palette, and the whole badge now reads as a tiny first-party brand-colored pill instead of a ghost-link.