From 00d43e9bc3650272eb24c5455411f751391bf37f Mon Sep 17 00:00:00 2001 From: Matthew Huntington Date: Mon, 6 Jan 2025 23:10:37 -0500 Subject: [PATCH] nav backgrounds --- public/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app.css b/public/app.css index 6aecf67..1a1bc15 100644 --- a/public/app.css +++ b/public/app.css @@ -8,7 +8,7 @@ body { color: grey; } a { - color:grey; + color:white; } }