Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Page Footer Link currentColor #194

Open
Marwaxhello opened this issue Nov 29, 2024 · 0 comments
Open

Page Footer Link currentColor #194

Marwaxhello opened this issue Nov 29, 2024 · 0 comments

Comments

@Marwaxhello
Copy link
Contributor

Wanneer je doortapt of de focus legt op de links in de pagefooter, is het contrast in zowel lightmode als darkmode niet zichtbaar.

Image

Hier is de oplossing om de link kleur aan te passen. Dit is gelukt door de volgende token toe te passen:

Image

De oplossing die ik toepaste voor het aanpassen van de link kleur werkte op alle andere links, behalve die in de page footer. In de footer stond de kleur ingesteld op currentColor, wat betekent dat de kleur automatisch werd overgenomen van de huidige tekstkleur (oude manier, nog niet updated). Dit zorgde ervoor dat de links in de footer geen goed contrast hadden in zowel lightmode als darkmode.

Image

Hier is de oplossing voor de Utrecht repo: in de mixin.css van de page footer gebruik currentColor als fallback en stel een andere var in, bijvoorbeeld:

--utrecht-link-focus-color: var(--utrecht-footer-link-focus-color, currentColor);

Image

Op deze manier is de kleur gemakkelijk aanpasbaar als deze niet voldoende contrast heeft.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant