diff --git a/styles/components/_footer.scss b/styles/components/_footer.scss index f6871dd5..0915d67b 100644 --- a/styles/components/_footer.scss +++ b/styles/components/_footer.scss @@ -1,6 +1,6 @@ .app-footer { background-color: $color-white; - border-top: 1px solid $color-black; + border-top: 1px solid $color-gray-lightest; display: flex; flex-direction: row; justify-content: space-between; @@ -18,6 +18,7 @@ .app-footer__info__link { margin: (-$gap * 2) (-$gap); + font-weight: normal; .icon--footer { @include icon-size(16);