Skip to content

Commit

Permalink
Merge pull request #66 from NUWildHacks/update-style-footer
Browse files Browse the repository at this point in the history
add transition for footer code of conduct text
  • Loading branch information
andrlime authored Jan 19, 2025
2 parents b78330f + e8df771 commit 196dfc7
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/components/Footer/Footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}

Expand Down

0 comments on commit 196dfc7

Please sign in to comment.