diff --git a/website/index.html b/website/index.html index 7773054..a183ebc 100644 --- a/website/index.html +++ b/website/index.html @@ -5,6 +5,9 @@ + + Skip to content +
diff --git a/website/src/App.tsx b/website/src/App.tsx index 58d832d..ca1324b 100644 --- a/website/src/App.tsx +++ b/website/src/App.tsx @@ -187,7 +187,11 @@ export default function App() { return (
-
+
@@ -210,6 +214,8 @@ export default function App() { Rspack logo @@ -224,7 +230,7 @@ export default function App() { href={GITHUB_REPO_URL} target="_blank" rel="noreferrer" - className="inline-flex h-9 w-9 items-center justify-center rounded-full border border-border/40 bg-white/5 text-white/80 transition hover:bg-white/10 hover:text-white" + className="inline-flex h-9 w-9 items-center justify-center rounded-full border border-border/40 bg-white/5 text-white/80 transition-[background-color,color] hover:bg-white/10 hover:text-white" aria-label="Open GitHub repository" > GitHub @@ -243,7 +249,7 @@ export default function App() {
diff --git a/website/src/components/timeline.tsx b/website/src/components/timeline.tsx index 5d8de10..f382348 100644 --- a/website/src/components/timeline.tsx +++ b/website/src/components/timeline.tsx @@ -137,7 +137,7 @@ export function Timeline({ value={externalSelectedStack} onValueChange={(value) => onStackChange?.(value)} > - +
{selectedStackMeta?.label ?? 'Select stack'} @@ -152,7 +152,7 @@ export function Timeline({ ) : null}
- +
{stacks?.map((stack) => ( @@ -181,7 +181,7 @@ export function Timeline({