From b8f69e07751d4fae75b52f7d2f040eee4503e94b Mon Sep 17 00:00:00 2001 From: leo ouyang Date: Fri, 1 Apr 2022 14:40:38 -0400 Subject: [PATCH] links now retain their color through dark mode --- src/App.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.css b/src/App.css index 47c1a21..c4ff8ec 100644 --- a/src/App.css +++ b/src/App.css @@ -301,11 +301,11 @@ footer { .dark-content { background-color: black; - color: white !important; + color: white; } .dark-content *{ - color: white !important; + color: white; } .frontPage {