From 321217651d149153ad63a56598610bedba501da3 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Sun, 7 May 2023 10:34:55 -0700 Subject: [PATCH] fix(footer): override link colors in footer --- web/components/ui/Footer/Footer.module.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/web/components/ui/Footer/Footer.module.scss b/web/components/ui/Footer/Footer.module.scss index eac04b88c..c63091ba8 100644 --- a/web/components/ui/Footer/Footer.module.scss +++ b/web/components/ui/Footer/Footer.module.scss @@ -29,6 +29,7 @@ } a { + color: var(--theme-color-components-text-on-dark); text-decoration: none; }