mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-04-04 06:51:45 -04:00
Update styles in SkipLink component to use bg-canvas-100 instead of bg-primary-500
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user