Update styles in SkipLink component to use bg-canvas-100 instead of bg-primary-500

This commit is contained in:
MartinBraquet
2026-04-03 18:56:32 +02:00
parent 92d4222f96
commit f16bef97dc

View File

@@ -3,13 +3,13 @@ export function SkipLink() {
<>
<a
href="#main-content"
className="absolute -top-10 left-4 z-50 bg-primary-500 px-4 py-2 text-white transition-all focus:top-4"
className="absolute -top-10 left-4 z-50 bg-canvas-100 px-4 py-2 transition-all focus:top-4"
>
Skip to main content
</a>
<a
href="#main-navigation"
className="absolute -top-10 left-4 z-50 bg-primary-500 px-4 py-2 text-white transition-all focus:top-4"
className="absolute -top-10 left-4 z-50 bg-canvas-100 px-4 py-2 transition-all focus:top-4"
>
Skip to navigation
</a>