From 3972cc5a58987eabb2e1f6526887608803062f4d Mon Sep 17 00:00:00 2001 From: Brogan Clements Date: Sun, 3 Apr 2022 17:26:46 -0400 Subject: [PATCH] Fix links not being blue --- src/App.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/App.css b/src/App.css index a527668..bca1865 100644 --- a/src/App.css +++ b/src/App.css @@ -321,10 +321,6 @@ footer { justify-content: center; } -a{ - color: inherit; -} - .search-results { justify-content: center; align-items: flex-start;