diff --git a/src/components/Footer/Footer.css b/src/components/Footer/Footer.css index be82ccf5..135d01c9 100644 --- a/src/components/Footer/Footer.css +++ b/src/components/Footer/Footer.css @@ -64,6 +64,15 @@ footer li:hover{ font-size: 20px; cursor: pointer; color: white; + transition: transform 0.4s ease; +} + +#icons *:hover { + transform: scale(1.1); +} + +#light footer #icons *{ + color: #1C1C1C; } @media (max-width: 900px) {