Skip to content

Commit

Permalink
fix: skip to content button is transparent
Browse files Browse the repository at this point in the history
  • Loading branch information
theodorusclarence committed Dec 23, 2021
1 parent 7373bfe commit bd74911
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/layout/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,11 @@ export default function Header({ large = false }: HeaderProps) {
className={clsx(
'p-2 rounded-sm transition',
'font-medium text-black dark:text-white',
'bg-white dark:bg-dark',
'group dark:hover:text-primary-300',
'focus:outline-none focus-visible:ring focus-visible:ring-primary-300',
'focus:ring focus:ring-primary-300 focus:outline-none',
'absolute top-4 left-4',
'-translate-y-12 focus:translate-y-0'
'-translate-y-16 focus:translate-y-0'
)}
>
<Accent>Skip to main content</Accent>
Expand Down

1 comment on commit bd74911

@vercel
Copy link

@vercel vercel bot commented on bd74911 Dec 23, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.