Skip to content

Commit

Permalink
Made the required changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Saipradyumnagoud committed Jun 27, 2024
1 parent bdcb5ab commit f22877f
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,30 @@
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:wght@700&family=Oxygen:wght@300&display=swap');


.footer__link:hover {
color: inherit;
}

.footer__link[href*="facebook.com"]:hover {
color: #1877F2;
}

.footer__link[href*="twitter.com"]:hover {
color: #1DA1F2; /
}

.footer__link[href*="instagram.com"]:hover {
color: #E4405F;
}

.footer__link[href*="linkedin.com"]:hover {
color: #0A66C2;
}
.footer__link {
color: white;
margin-right: 15px;
transition: color 0.3s ease;
}
:root {
--primary-color: #3685fb;
--primary-color-dark: #2f73d9;
Expand Down

0 comments on commit f22877f

Please sign in to comment.