diff --git a/src/components/Footer/Footer.scss b/src/components/Footer/Footer.scss index 9640f51..51a5c7a 100644 --- a/src/components/Footer/Footer.scss +++ b/src/components/Footer/Footer.scss @@ -82,13 +82,18 @@ justify-content: center; gap: 0; + * { + color: colors.$global-light; + transition: 250ms all ease-in-out; + } + #nu:hover { color: #4e2a84; - transition: 250ms ease-in-out; + transition: 250ms all ease-in-out; } #mlh:hover { color: rgb(232, 184, 60); - transition: 250ms ease-in-out; + transition: 250ms all ease-in-out; } }