From d3ab62a98b5839302d40e1fd59b9393be539481c Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Sun, 13 Nov 2022 12:39:20 -0800 Subject: [PATCH] Fix footer link colors --- web/components/ui/Footer/Footer.module.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/web/components/ui/Footer/Footer.module.scss b/web/components/ui/Footer/Footer.module.scss index c02470141..067fe893a 100644 --- a/web/components/ui/Footer/Footer.module.scss +++ b/web/components/ui/Footer/Footer.module.scss @@ -15,6 +15,11 @@ font-weight: 600; border-top: 1px solid rgba(214, 211, 211, 0.5); + a { + color: var(--theme-color-components-text-on-dark); + text-decoration: none; + } + .links { column-gap: 2rem; width: auto;