From b02b44130a58d01a2f5ced37c3b62ea7ffc88652 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Wed, 10 Feb 2021 18:33:42 -0500 Subject: Added my logo; Dark theme; Open Sans --- styles/Home.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'styles/Home.module.css') diff --git a/styles/Home.module.css b/styles/Home.module.css index a2c5476..afea393 100644 --- a/styles/Home.module.css +++ b/styles/Home.module.css @@ -19,7 +19,7 @@ .footer { width: 100%; height: 100px; - border-top: 1px solid #eaeaea; + border-top: 1px solid #3a3a3a; display: flex; justify-content: center; align-items: center; -- cgit v1.2.3