From b914408a115b77ff7b36738646b03507a8eed0ea Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Thu, 8 Sep 2022 22:23:28 -0700 Subject: [PATCH] Make footer not translucent --- web/components/ui/Footer/Footer.module.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/web/components/ui/Footer/Footer.module.scss b/web/components/ui/Footer/Footer.module.scss index 8bcd086dd..860d4a15a 100644 --- a/web/components/ui/Footer/Footer.module.scss +++ b/web/components/ui/Footer/Footer.module.scss @@ -10,7 +10,6 @@ padding: 0.6em; font-size: 0.8rem; font-weight: 600; - opacity: 0.7; border-top: 1px solid rgba(214, 211, 211, 0.5); @media (max-width: 768px) {