From b35366d0934bc53ad8c5a7ded466fe9550852693 Mon Sep 17 00:00:00 2001 From: Ayo Date: Thu, 13 Oct 2022 16:54:10 +0200 Subject: [PATCH] feat: perfect light house score --- src/layouts/Layout.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;