diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 9f8b2f8..6d4cd0b 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -24,7 +24,7 @@ const { title } = Astro.props; --color-text: hsl(12, 5%, 4%); --color-bg: hsl(10, 21%, 95%); --color-border: hsl(17, 24%, 90%); - --color-link: #416fff; + --color-link: var(--color-brand-blue-2); --color-brand-blue-1: #3054bf; --color-brand-blue-2: #203880;