diff --git a/styles.css b/styles.css index 178895d7..7581b1fc 100644 --- a/styles.css +++ b/styles.css @@ -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;