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.
1 parent 896796c commit 2f58702Copy full SHA for 2f58702
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-12 rounded border bg-primary px-4 py-2 leading-8 text-background no-underline transition-all hover:no-underline focus:static"
14
>
15
{t("skip-to-main-content")}
16
</BaseLink>
0 commit comments