From 8119deb85398210b3a8c175796dbdc20c0ed6dcb Mon Sep 17 00:00:00 2001 From: VijaySamant4368 Date: Sat, 10 Aug 2024 18:14:34 +0530 Subject: [PATCH] Colored socials --- js/nav.footer.js | 12 ++++++++++-- styles/mainstyle.css | 8 ++++++++ 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/js/nav.footer.js b/js/nav.footer.js index c84dc3c..74dd3cc 100644 --- a/js/nav.footer.js +++ b/js/nav.footer.js @@ -61,14 +61,22 @@ const footer = ` async >
- + - +
+ `; document.addEventListener("DOMContentLoaded", () => { diff --git a/styles/mainstyle.css b/styles/mainstyle.css index 08670e5..65722b8 100644 --- a/styles/mainstyle.css +++ b/styles/mainstyle.css @@ -830,4 +830,12 @@ input[type="number"] { .hidden { display: none; +} + + +.author .social-icons .social:hover .fa-github{ + color: #2b3137; +} +.author .social-icons .social:hover .fa-discord{ + color: #7289da; } \ No newline at end of file