From e2872781167ac96cb7cedcef8b36d4c4349b7b71 Mon Sep 17 00:00:00 2001 From: Chad Whitacre Date: Wed, 4 Sep 2024 09:11:52 -0400 Subject: [PATCH] Use the exact same green as the logo --- 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 fb657413..7bb4679b 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -180,7 +180,7 @@ const { title, navless } = Astro.props; :root { --color-bg: #080e17; --color-light-bg: #16212d; - --color-primary: #2ad870; + --color-primary: #2dde74; --color-secondary: #9e86ff; --color-tertiary: #ffd00e; --color-muted: #37485c;