From 28c55e76ba931690aa8a92691ebc32b62d18c2ca Mon Sep 17 00:00:00 2001 From: Divyanshi Singh Date: Sun, 21 Sep 2025 21:05:02 +0530 Subject: [PATCH] fix(footer):unify social icons styling in light mode across pages --- assets/css/about.css | 8 ++++---- scale.html | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/assets/css/about.css b/assets/css/about.css index a424c17..e290444 100644 --- a/assets/css/about.css +++ b/assets/css/about.css @@ -183,19 +183,19 @@ body.dark-mode .footer-section h3.footer-title::after { .social-link.linkedin { - background: #0a66c2; + background: linear-gradient(90deg, #3e2723, #6e463e, #3e2723); } .social-link.github { - background: black + background: linear-gradient(90deg, #3e2723, #6e463e, #3e2723); } .social-link.portfolio { - background: navy + background: linear-gradient(90deg, #3e2723, #6e463e, #3e2723); } .social-link.email { - background: red; + background: linear-gradient(90deg, #3e2723, #6e463e, #3e2723); } diff --git a/scale.html b/scale.html index 4cace08..be8976d 100644 --- a/scale.html +++ b/scale.html @@ -498,19 +498,19 @@ .social-link.linkedin { - background: #0a66c2; + background: linear-gradient(90deg, #3e2723, #6e463e, #3e2723); } .social-link.github { - background: black; + background: linear-gradient(90deg, #3e2723, #6e463e, #3e2723); } .social-link.portfolio { - background: navy; + background: linear-gradient(90deg, #3e2723, #6e463e, #3e2723); } .social-link.email { - background: red; + background: linear-gradient(90deg, #3e2723, #6e463e, #3e2723); } .footer-bottom {