Skip to content

Commit

Permalink
Update hero CTA
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarvz committed Jan 22, 2025
1 parent 6049c14 commit c4e3fc2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions www/src/components/Hero.astro
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,10 @@ if (image && "light" in image && "dark" in image) {
}

.link-button {
--sl-color-text-accent: var(--bg-brand-muted);
--sl-color-black: var(--bg-brand);
border-radius: var(--border-radius);
padding: 0.75rem;

&.secondary {
background-color: white;
Expand Down
2 changes: 1 addition & 1 deletion www/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import StarlightPage from "@astrojs/starlight/components/StarlightPage.astro";
text: "Get started",
link: "docs/get-started",
icon: "right-arrow",
variant: "primary"
variant: "primary",
}
// Once we have a demo vid we can uncomment this and link to a video
// service site. It'd be nice to have something within the site with the
Expand Down

0 comments on commit c4e3fc2

Please sign in to comment.