From b41bb3147370bcedfa89e356cddb21b519fc5883 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Fri, 5 May 2023 14:36:27 -0700 Subject: [PATCH] fix(footer): allow overriding text color in the footer --- web/components/ui/Footer/Footer.module.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/web/components/ui/Footer/Footer.module.scss b/web/components/ui/Footer/Footer.module.scss index 60f2c1cf9..eac04b88c 100644 --- a/web/components/ui/Footer/Footer.module.scss +++ b/web/components/ui/Footer/Footer.module.scss @@ -21,7 +21,6 @@ font-size: 10px; position: fixed; bottom: 0; - } @include screen(mobile) { @@ -29,10 +28,7 @@ bottom: 0; } - - a { - color: var(--theme-color-components-text-on-dark); text-decoration: none; }