We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5f6731e + 9a76fe0 commit 19e0851Copy full SHA for 19e0851
src/components/SkipLink.tsx
@@ -7,10 +7,10 @@ import { BaseLink } from "./ui/Link"
7
export const SkipLink = () => {
8
const { t } = useTranslation()
9
return (
10
- <div className="bg-primary">
+ <div className="bg-primary-low-contrast focus-within:p-4">
11
<BaseLink
12
href={"#" + MAIN_CONTENT_ID}
13
- className="absolute -top-12 ms-2 leading-8 text-background no-underline hover:no-underline focus:static"
+ className="absolute -top-14 rounded border bg-primary px-4 py-2 leading-8 text-background no-underline hover:no-underline focus:static"
14
>
15
{t("skip-to-main-content")}
16
</BaseLink>
0 commit comments