From c34ed15a1cdd564353b36399a671a0fb1e33e0b7 Mon Sep 17 00:00:00 2001 From: meleeman01 Date: Thu, 25 Jun 2026 13:01:36 -0500 Subject: [PATCH] fixing link colors so its readable on first view --- src/components/Navigation.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Navigation.astro b/src/components/Navigation.astro index f7b9d52..c1e059c 100644 --- a/src/components/Navigation.astro +++ b/src/components/Navigation.astro @@ -13,7 +13,7 @@ color: #333; } a:link { - color: #efefef; + color: #ccc; }