diff --git a/src/components/BrowseTab.tsx b/src/components/BrowseTab.tsx index 369f0c6..ce90f51 100644 --- a/src/components/BrowseTab.tsx +++ b/src/components/BrowseTab.tsx @@ -177,7 +177,7 @@ export default function BrowseTab({ skills }: Props) { e.stopPropagation()} - title="View on GitHub" + title="View on GitHub" aria-label={`View ${skill.name} on GitHub`} style={{ display: "flex", alignItems: "center", justifyContent: "center", width: "36px", height: "36px", borderRadius: "6px", diff --git a/src/layouts/SiteLayout.astro b/src/layouts/SiteLayout.astro index 19f0a81..1fbd0c7 100644 --- a/src/layouts/SiteLayout.astro +++ b/src/layouts/SiteLayout.astro @@ -78,8 +78,8 @@ const tabs = [ IC Skills — The API for building on the Internet Computer Built for the agent era - - + + diff --git a/src/pages/skills/[slug]/index.astro b/src/pages/skills/[slug]/index.astro index e43c9f7..e5aefb6 100644 --- a/src/pages/skills/[slug]/index.astro +++ b/src/pages/skills/[slug]/index.astro @@ -82,8 +82,8 @@ const jsonLd = JSON.stringify({ Built for the agent era - - + + diff --git a/src/styles/global.css b/src/styles/global.css index 2304338..76b63bd 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -27,9 +27,9 @@ --text-secondary: #ccc; --text-tertiary: #999; --text-muted: #777; - --text-faint: #6e6e6e; - --text-ghost: #5e5e5e; - --text-phantom: #444; + --text-faint: #7a7a7a; + --text-ghost: #717171; + --text-phantom: #5a5a5a; --text-sub: #ddd; --text-dim: #888; --text-soft: #aaa;