From 52b6fd98bdbc8df6cfdbfcad2d5b18b6852a2522 Mon Sep 17 00:00:00 2001 From: logonoff Date: Wed, 15 May 2024 12:14:10 -0400 Subject: [PATCH 1/2] Remove Google+ from the footer Google Plus was shut down in 2019, so this link is no longer needed --- overrides/partials/footer.html | 7 ------- 1 file changed, 7 deletions(-) diff --git a/overrides/partials/footer.html b/overrides/partials/footer.html index 2db9eca8..9e676576 100644 --- a/overrides/partials/footer.html +++ b/overrides/partials/footer.html @@ -26,13 +26,6 @@ -
  • - - - - - -
  • From 7d3b2961aea8e01a7acffe0da6c8dced4aa96c11 Mon Sep 17 00:00:00 2001 From: logonoff Date: Wed, 15 May 2024 12:16:37 -0400 Subject: [PATCH 2/2] Remove unused CSS relating to G+ in footer --- docs/css/extra.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/css/extra.css b/docs/css/extra.css index cbfc7bff..7caff7c1 100644 --- a/docs/css/extra.css +++ b/docs/css/extra.css @@ -1424,10 +1424,6 @@ ul.social li.twitter:hover span i { color: #3C8FC9 !important } -ul.social li.google:hover span i { - color: #d73d32 !important -} - ul.social li.github:hover span i { color: #000 !important } @@ -1440,4 +1436,4 @@ ul.social span i { padding: 4px; color: #ddd !important; font-size: 28px -} \ No newline at end of file +}