From f7b42d212a83006dc16fa47bfc3fcbfa3496583d Mon Sep 17 00:00:00 2001 From: Jimmy Domagala-Tang Date: Thu, 22 Jan 2026 10:43:47 -0800 Subject: [PATCH] feat: adding dark mode footer (#30772) * feat: adding dark mode footer * Update services/web/frontend/stylesheets/components/footer.scss Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat: update linkedin logo to correct color, and enforce specific colors on socials logos --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> GitOrigin-RevId: 841317846dfbee04c1a00565054d7e9428805796 --- .../web/app/views/layout/fat-footer-base.pug | 2 +- .../frontend/js/shared/svgs/linkedin-logo.tsx | 2 +- .../stylesheets/components/footer.scss | 91 +++++++++++++++---- 3 files changed, 74 insertions(+), 21 deletions(-) diff --git a/services/web/app/views/layout/fat-footer-base.pug b/services/web/app/views/layout/fat-footer-base.pug index 33e1a8ebf4..81417bb515 100644 --- a/services/web/app/views/layout/fat-footer-base.pug +++ b/services/web/app/views/layout/fat-footer-base.pug @@ -50,7 +50,7 @@ svg(xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72' height='25') g(fill='none' fill-rule='evenodd') path.background( - fill='#0B66C3' + fill='#2867b2' d='M8 72h56a8 8 0 0 0 8-8V8a8 8 0 0 0-8-8H8a8 8 0 0 0-8 8v56a8 8 0 0 0 8 8' ) path.text( diff --git a/services/web/frontend/js/shared/svgs/linkedin-logo.tsx b/services/web/frontend/js/shared/svgs/linkedin-logo.tsx index 54e89533a3..2524b119a1 100644 --- a/services/web/frontend/js/shared/svgs/linkedin-logo.tsx +++ b/services/web/frontend/js/shared/svgs/linkedin-logo.tsx @@ -4,7 +4,7 @@ function LinkedInLogo() {