diff --git a/media/css/m24/components/footer-refresh.scss b/media/css/m24/components/footer-refresh.scss index 1e0f63592ec..5aa84deee62 100644 --- a/media/css/m24/components/footer-refresh.scss +++ b/media/css/m24/components/footer-refresh.scss @@ -238,16 +238,15 @@ $max-footer-content-width: $content-max; border-radius: 0; font-weight: 600; background-color: $m24-color-alt-white; - color: $m24-color-black; padding: 6px 24px; border: $border-width solid $m24-color-black; - text-decoration: none; text-align: center; max-width: 800px; margin-bottom: $spacer-lg; &:link, &:visited { + color: $m24-color-black; text-decoration: none; }