From c4e3fc223b1ae3f2710d5e720adf65348b580c80 Mon Sep 17 00:00:00 2001 From: oscarvz Date: Wed, 22 Jan 2025 15:34:00 -0300 Subject: [PATCH] Update hero CTA --- www/src/components/Hero.astro | 3 +++ www/src/pages/index.astro | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/www/src/components/Hero.astro b/www/src/components/Hero.astro index 08ce0e72c..17d27ddad 100644 --- a/www/src/components/Hero.astro +++ b/www/src/components/Hero.astro @@ -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; diff --git a/www/src/pages/index.astro b/www/src/pages/index.astro index fe96f0b0a..933624c49 100644 --- a/www/src/pages/index.astro +++ b/www/src/pages/index.astro @@ -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