From fc995159d90c02cd8b2b58521fd751d83b198370 Mon Sep 17 00:00:00 2001 From: Mike Heroux Date: Sat, 11 Jan 2025 17:42:04 -0600 Subject: [PATCH] Update style.css --- assets/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/style.css b/assets/css/style.css index 1c33b04..9e97162 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -5,7 +5,7 @@ body { font-family: 'Roboto', sans-serif; font-size: 16px; font-weight: 300; - color: #888; + color: #000; line-height: 30px; text-align: center; }