diff --git a/src/components/Footer/style.scss b/src/components/Footer/style.scss index eb163f0..4946b75 100644 --- a/src/components/Footer/style.scss +++ b/src/components/Footer/style.scss @@ -3,7 +3,7 @@ margin-top: auto; a { align-items: center; - color: #000; + color: var(--color-text); display: flex; font-size: 1.5em; justify-content: center; @@ -15,5 +15,8 @@ font-size: 1em; } } - svg { margin: .5em; } + svg { + margin: .5em; + fill: var(--vtl-background-svg) + } }