diff --git a/bedrock/firefox/templates/firefox/whatsnew/base.html b/bedrock/firefox/templates/firefox/whatsnew/base.html
index 10e24bc879b..b27295cce99 100644
--- a/bedrock/firefox/templates/firefox/whatsnew/base.html
+++ b/bedrock/firefox/templates/firefox/whatsnew/base.html
@@ -15,20 +15,13 @@
{% block stub_attribution %}{% endblock %}
{% block content %}
-
- {% block wnp_header %}
- {% include 'firefox/whatsnew/includes/header.html' %}
- {% endblock %}
+
+ {% block wnp_header %}
+ {% include 'firefox/whatsnew/includes/header.html' %}
+ {% endblock %}
- {% block wnp_content %}{% endblock %}
+ {% block wnp_content %}{% endblock %}
- {% include 'firefox/whatsnew/includes/release-notes.html' %}
-
-
-{% endblock %}
-
-{% block site_footer %}
- {% with theme_class='mzp-t-light' %}
- {% include 'includes/protocol/footer/footer.html' %}
- {% endwith %}
+ {% include 'firefox/whatsnew/includes/release-notes.html' %}
+
{% endblock %}
diff --git a/media/css/firefox/switch.scss b/media/css/firefox/switch.scss
index 46ec40bdd58..9d7580facff 100644
--- a/media/css/firefox/switch.scss
+++ b/media/css/firefox/switch.scss
@@ -120,41 +120,27 @@ $image-path: '/media/protocol/img';
position: relative;
&::before {
- @include bidi(((left, 0, right, auto),));
- background-image: url('/media/img/logos/social/social-icon-sprite-dark.svg');
- background-size: 24px auto;
- background-repeat: no-repeat;
- content: '';
- display: inline-block;
- height: 22px;
- width: 24px;
- vertical-align: bottom;
+ background-size: cover;
position: absolute;
- bottom: 0;
+ content: '';
+ top: 0;
+ left: 0;
+ height: 20px;
+ width: 20px;
}
&.twitter::before {
- background-size: 27px auto;
- background-position: 0 3px;
+ background-image: url('#{$image-path}/icons/social/x/black.svg');
}
&.facebook {
&::before {
- background-position: 4px -81px;
- }
-
- @media #{$mq-md} {
- @include bidi(((padding-left, 18px + $spacing-sm, padding-right, 0),));
-
- &::before {
- background-position: 0 -81px;
- width: 18px;
- }
+ background-image: url('#{$image-path}/icons/social/facebook/black.svg');
}
}
&.email::before {
- background-position: 0 -109px;
+ background-image: url('#{$image-path}/icons/mail.svg');
}
}
diff --git a/media/css/firefox/welcome11.scss b/media/css/firefox/welcome11.scss
index d0e799595a7..7628c8cddcc 100644
--- a/media/css/firefox/welcome11.scss
+++ b/media/css/firefox/welcome11.scss
@@ -134,66 +134,4 @@ $image-path: '/media/protocol/img';
.c-utilities {
@include white-links;
}
-
- .mzp-c-footer.mzp-t-light {
- @include white-links;
- background: $color-dark-gray-60;
- color: $color-white;
-
- .mzp-c-footer-sections {
- border-color: $color-dark-gray-30;
-
- a:hover,
- a:focus,
- a:active {
- text-decoration: underline;
- }
- }
-
- .mzp-c-footer-links-social li {
- a.twitter {
- background-image: url('/media/protocol/img/icons/social/x/white.svg');
- }
-
- a.instagram {
- background-image: url('/media/protocol/img/icons/social/instagram/white.svg');
- }
-
- a.mastodon {
- background-image: url('/media/img/logos/social/mastodon-white.svg');
- }
-
- a.youtube {
- background-image: url('/media/protocol/img/icons/social/youtube/white.svg');
- }
-
- // bedrock override until icons are added to protocol-assets
- // https://github.com/mozilla/protocol-assets/issues/84
- a.linkedin {
- background-image: url('/media/img/logos/social/linkedin-white.svg');
- }
-
- a.tiktok {
- background-image: url('/media/img/logos/social/tiktok-white.svg');
- }
-
- a.spotify {
- background-image: url('/media/img/logos/social/spotify-white.svg');
- }
-
- a:hover,
- a:focus,
- a:active {
- outline-color: $color-white;
- }
- }
-
- .mzp-c-footer-primary-logo a {
- background-image: url('/media/protocol/img/logos/mozilla/logo-word-hor-white.svg');
- }
-
- .mzp-c-footer-heading.is-summary button::before {
- background: $url-image-expand-white top left no-repeat;
- }
- }
}
diff --git a/media/css/firefox/welcome12.scss b/media/css/firefox/welcome12.scss
index 2b3ada94d9b..0689cdd19c8 100644
--- a/media/css/firefox/welcome12.scss
+++ b/media/css/firefox/welcome12.scss
@@ -165,66 +165,4 @@ $image-path: '/media/protocol/img';
.c-utilities {
@include white-links;
}
-
- .mzp-c-footer.mzp-t-light {
- @include white-links;
- background: $color-dark-gray-60;
- color: $color-white;
-
- .mzp-c-footer-sections {
- border-color: $color-dark-gray-30;
-
- a:hover,
- a:focus,
- a:active {
- text-decoration: underline;
- }
- }
-
- .mzp-c-footer-links-social li {
- a.twitter {
- background-image: url('/media/protocol/img/icons/social/x/white.svg');
- }
-
- a.instagram {
- background-image: url('/media/protocol/img/icons/social/instagram/white.svg');
- }
-
- a.mastodon {
- background-image: url('/media/img/logos/social/mastodon-white.svg');
- }
-
- a.youtube {
- background-image: url('/media/protocol/img/icons/social/youtube/white.svg');
- }
-
- // bedrock override until icons are added to protocol-assets
- // https://github.com/mozilla/protocol-assets/issues/84
- a.linkedin {
- background-image: url('/media/img/logos/social/linkedin-white.svg');
- }
-
- a.tiktok {
- background-image: url('/media/img/logos/social/tiktok-white.svg');
- }
-
- a.spotify {
- background-image: url('/media/img/logos/social/spotify-white.svg');
- }
-
- a:hover,
- a:focus,
- a:active {
- outline-color: $color-white;
- }
- }
-
- .mzp-c-footer-primary-logo a {
- background-image: url('/media/protocol/img/logos/mozilla/logo-word-hor-white.svg');
- }
-
- .mzp-c-footer-heading.is-summary button::before {
- background: $url-image-expand-white top left no-repeat;
- }
- }
}
diff --git a/media/css/firefox/welcome13.scss b/media/css/firefox/welcome13.scss
index 2b3ada94d9b..0689cdd19c8 100644
--- a/media/css/firefox/welcome13.scss
+++ b/media/css/firefox/welcome13.scss
@@ -165,66 +165,4 @@ $image-path: '/media/protocol/img';
.c-utilities {
@include white-links;
}
-
- .mzp-c-footer.mzp-t-light {
- @include white-links;
- background: $color-dark-gray-60;
- color: $color-white;
-
- .mzp-c-footer-sections {
- border-color: $color-dark-gray-30;
-
- a:hover,
- a:focus,
- a:active {
- text-decoration: underline;
- }
- }
-
- .mzp-c-footer-links-social li {
- a.twitter {
- background-image: url('/media/protocol/img/icons/social/x/white.svg');
- }
-
- a.instagram {
- background-image: url('/media/protocol/img/icons/social/instagram/white.svg');
- }
-
- a.mastodon {
- background-image: url('/media/img/logos/social/mastodon-white.svg');
- }
-
- a.youtube {
- background-image: url('/media/protocol/img/icons/social/youtube/white.svg');
- }
-
- // bedrock override until icons are added to protocol-assets
- // https://github.com/mozilla/protocol-assets/issues/84
- a.linkedin {
- background-image: url('/media/img/logos/social/linkedin-white.svg');
- }
-
- a.tiktok {
- background-image: url('/media/img/logos/social/tiktok-white.svg');
- }
-
- a.spotify {
- background-image: url('/media/img/logos/social/spotify-white.svg');
- }
-
- a:hover,
- a:focus,
- a:active {
- outline-color: $color-white;
- }
- }
-
- .mzp-c-footer-primary-logo a {
- background-image: url('/media/protocol/img/logos/mozilla/logo-word-hor-white.svg');
- }
-
- .mzp-c-footer-heading.is-summary button::before {
- background: $url-image-expand-white top left no-repeat;
- }
- }
}
diff --git a/media/css/firefox/welcome15.scss b/media/css/firefox/welcome15.scss
index a87201b195c..80062573cb4 100644
--- a/media/css/firefox/welcome15.scss
+++ b/media/css/firefox/welcome15.scss
@@ -107,66 +107,4 @@ $image-path: '/media/protocol/img';
.c-utilities {
@include white-links;
}
-
- .mzp-c-footer.mzp-t-light {
- @include white-links;
- background: $color-dark-gray-60;
- color: $color-white;
-
- .mzp-c-footer-sections {
- border-color: $color-dark-gray-30;
-
- a:hover,
- a:focus,
- a:active {
- text-decoration: underline;
- }
- }
-
- .mzp-c-footer-links-social li {
- a.twitter {
- background-image: url('/media/protocol/img/icons/social/x/white.svg');
- }
-
- a.mastodon {
- background-image: url('/media/img/logos/social/mastodon-white.svg');
- }
-
- a.instagram {
- background-image: url('/media/protocol/img/icons/social/instagram/white.svg');
- }
-
- a.youtube {
- background-image: url('/media/protocol/img/icons/social/youtube/white.svg');
- }
-
- // bedrock override until icons are added to protocol-assets
- // https://github.com/mozilla/protocol-assets/issues/84
- a.linkedin {
- background-image: url('/media/img/logos/social/linkedin-white.svg');
- }
-
- a.tiktok {
- background-image: url('/media/img/logos/social/tiktok-white.svg');
- }
-
- a.spotify {
- background-image: url('/media/img/logos/social/spotify-white.svg');
- }
-
- a:hover,
- a:focus,
- a:active {
- outline-color: $color-white;
- }
- }
-
- .mzp-c-footer-primary-logo a {
- background-image: url('/media/protocol/img/logos/mozilla/logo-word-hor-white.svg');
- }
-
- .mzp-c-footer-heading.is-summary button::before {
- background: $url-image-expand-white top left no-repeat;
- }
- }
}
diff --git a/media/css/firefox/welcome16.scss b/media/css/firefox/welcome16.scss
index 8738487d293..f752f99851c 100644
--- a/media/css/firefox/welcome16.scss
+++ b/media/css/firefox/welcome16.scss
@@ -122,67 +122,4 @@ $image-path: '/media/protocol/img';
.c-utilities {
@include white-links;
}
-
- .mzp-c-footer.mzp-t-light {
- @include white-links;
- background: $color-dark-gray-60;
- color: $color-white;
-
- .mzp-c-footer-sections {
- border-color: $color-dark-gray-30;
-
- a:hover,
- a:focus,
- a:active {
- text-decoration: underline;
- }
- }
-
- .mzp-c-footer-links-social li {
- a.twitter {
- background-image: url('/media/protocol/img/icons/social/x/white.svg');
- }
-
- a.mastodon {
- background-image: url('/media/img/logos/social/mastodon-white.svg');
- }
-
- a.instagram {
- background-image: url('/media/protocol/img/icons/social/instagram/white.svg');
- }
-
- a.youtube {
- background-image: url('/media/protocol/img/icons/social/youtube/white.svg');
- }
-
- // bedrock override until icons are added to protocol-assets
- // https://github.com/mozilla/protocol-assets/issues/84
- a.linkedin {
- background-image: url('/media/img/logos/social/linkedin-white.svg');
- }
-
- a.tiktok {
- background-image: url('/media/img/logos/social/tiktok-white.svg');
- }
-
- a.spotify {
- background-image: url('/media/img/logos/social/spotify-white.svg');
- }
-
- a:hover,
- a:focus,
- a:active {
- outline-color: $color-white;
- }
- }
-
- .mzp-c-footer-primary-logo a {
- background-image: url('/media/protocol/img/logos/mozilla/logo-word-hor-white.svg');
- }
-
- .mzp-c-footer-heading.is-summary button::before {
- background: $url-image-expand-white top left no-repeat;
- }
- }
-
}
diff --git a/media/css/firefox/welcome17.scss b/media/css/firefox/welcome17.scss
index 0784d922e0f..d400c76d296 100644
--- a/media/css/firefox/welcome17.scss
+++ b/media/css/firefox/welcome17.scss
@@ -216,66 +216,4 @@ $image-path: '/media/protocol/img';
.c-utilities {
@include white-links;
}
-
- .mzp-c-footer.mzp-t-light {
- @include white-links;
- background: $color-dark-gray-60;
- color: $color-white;
-
- .mzp-c-footer-sections {
- border-color: $color-dark-gray-30;
-
- a:hover,
- a:focus,
- a:active {
- text-decoration: underline;
- }
- }
-
- .mzp-c-footer-links-social li {
- a.twitter {
- background-image: url('/media/protocol/img/icons/social/x/white.svg');
- }
-
- a.mastodon {
- background-image: url('/media/img/logos/social/mastodon-white.svg');
- }
-
- a.instagram {
- background-image: url('/media/protocol/img/icons/social/instagram/white.svg');
- }
-
- a.youtube {
- background-image: url('/media/protocol/img/icons/social/youtube/white.svg');
- }
-
- // bedrock override until icons are added to protocol-assets
- // https://github.com/mozilla/protocol-assets/issues/84
- a.linkedin {
- background-image: url('/media/img/logos/social/linkedin-white.svg');
- }
-
- a.tiktok {
- background-image: url('/media/img/logos/social/tiktok-white.svg');
- }
-
- a.spotify {
- background-image: url('/media/img/logos/social/spotify-white.svg');
- }
-
- a:hover,
- a:focus,
- a:active {
- outline-color: $color-white;
- }
- }
-
- .mzp-c-footer-primary-logo a {
- background-image: url('/media/protocol/img/logos/mozilla/logo-word-hor-white.svg');
- }
-
- .mzp-c-footer-heading.is-summary button::before {
- background: $url-image-expand-white top left no-repeat;
- }
- }
}
diff --git a/media/css/firefox/whatsnew/includes/_base.scss b/media/css/firefox/whatsnew/includes/_base.scss
index c3532241e3a..aa34f6c29ef 100644
--- a/media/css/firefox/whatsnew/includes/_base.scss
+++ b/media/css/firefox/whatsnew/includes/_base.scss
@@ -3,6 +3,5 @@
// file, You can obtain one at https://mozilla.org/MPL/2.0/.
@import 'header';
-@import 'footer';
@import 'sign-off';
@import 'release-notes';
diff --git a/media/css/firefox/whatsnew/includes/_dark-mode.scss b/media/css/firefox/whatsnew/includes/_dark-mode.scss
index 83c5a1e055a..5fc1601c334 100644
--- a/media/css/firefox/whatsnew/includes/_dark-mode.scss
+++ b/media/css/firefox/whatsnew/includes/_dark-mode.scss
@@ -26,71 +26,4 @@
.wnp-sign-off {
color: $color-white;
}
-
- // override light theme footer styles
- .mzp-c-footer.mzp-t-light {
- background: $color-dark-gray-60;
- color: $color-white;
-
- a:link,
- a:visited {
- color: $color-white;
-
- &:hover,
- &:focus,
- &:active {
- color: $color-white;
- }
- }
-
- .mzp-c-footer-sections {
- border-color: $color-dark-gray-30;
- }
-
- .mzp-c-footer-links-social li {
- a.twitter {
- background-image: url('/media/protocol/img/icons/social/x/white.svg');
- }
-
- a.instagram {
- background-image: url('/media/protocol/img/icons/social/instagram/white.svg');
- }
-
- a.youtube {
- background-image: url('/media/protocol/img/icons/social/youtube/white.svg');
- }
-
- // bedrock override until icons are added to protocol-assets
- // https://github.com/mozilla/protocol-assets/issues/84
- a.linkedin {
- background-image: url('/media/img/logos/social/linkedin-white.svg');
- }
-
- a.tiktok {
- background-image: url('/media/img/logos/social/tiktok-white.svg');
- }
-
- a.spotify {
- background-image: url('/media/img/logos/social/spotify-white.svg');
- }
-
- a.mastodon {
- background-image: url('/media/img/logos/social/mastodon-white.svg');
- }
-
- a:hover,
- a:focus,
- a:active {
- outline-color: $color-white;
- }
- }
-
- .mzp-c-footer-primary-logo a {
- background-image: url('/media/protocol/img/logos/mozilla/logo-word-hor-white.svg');
- }
-
- .mzp-c-footer-heading.is-summary button::before {
- background: $url-image-expand-white top left no-repeat;
- }
- }
}
diff --git a/media/css/firefox/whatsnew/includes/_footer.scss b/media/css/firefox/whatsnew/includes/_footer.scss
deleted file mode 100644
index 7b876a8fabf..00000000000
--- a/media/css/firefox/whatsnew/includes/_footer.scss
+++ /dev/null
@@ -1,17 +0,0 @@
-// This Source Code Form is subject to the terms of the Mozilla Public
-// License, v. 2.0. If a copy of the MPL was not distributed with this
-// file, You can obtain one at https://mozilla.org/MPL/2.0/.
-
-// * -------------------------------------------------------------------------- */
-// Footer overrides
-
-.mzp-c-footer.mzp-t-light {
- background: $color-white;
- color: $color-ink-80;
-
- .mzp-c-footer-sections {
- border-top: 1px solid $color-light-gray-30;
- border-bottom: 1px solid $color-light-gray-30;
- padding: $layout-md 0;
- }
-}
diff --git a/media/css/firefox/whatsnew/whatsnew.scss b/media/css/firefox/whatsnew/whatsnew.scss
index d4b75c4b09f..4c9372796cb 100644
--- a/media/css/firefox/whatsnew/whatsnew.scss
+++ b/media/css/firefox/whatsnew/whatsnew.scss
@@ -55,6 +55,7 @@ $image-path: '/media/protocol/img';
// For dark mode
@media (prefers-color-scheme: dark) {
.wnp-main-title,
+ .wnp-main-tagline,
.c-picto-block .c-picto-block-title {
color: $title-text-color-inverse;
diff --git a/media/css/mozorg/leadership.scss b/media/css/mozorg/leadership.scss
index 60aaba1c8e6..16e559b0d35 100644
--- a/media/css/mozorg/leadership.scss
+++ b/media/css/mozorg/leadership.scss
@@ -161,7 +161,7 @@ $image-path: '/media/protocol/img';
a.website::before { background-image: url('/media/protocol/img/icons/globe.svg'); }
a.twitter::before { background-image: url('/media/protocol/img/icons/social/x/black.svg'); }
- a.mastodon::before { background-image: url('/media/img/logos/social/mastodon-black.svg'); }
+ a.mastodon::before { background-image: url('/media/protocol/img/icons/social/mastodon/black.svg'); }
a.profile::before { background-image: url('/media/protocol/img/icons/accounts.svg'); }
a.file::before { background-image: url('/media/protocol/img/icons/file-image.svg'); }
a.link::before { background-image: url('/media/protocol/img/icons/link.svg'); }
diff --git a/media/css/newsletter/newsletter-opt-out-confirmation.scss b/media/css/newsletter/newsletter-opt-out-confirmation.scss
index da9d7274892..0e7e54837de 100644
--- a/media/css/newsletter/newsletter-opt-out-confirmation.scss
+++ b/media/css/newsletter/newsletter-opt-out-confirmation.scss
@@ -68,29 +68,25 @@ aside {
a {
display: block;
@include image-replaced;
- background-image: url('/media/img/logos/social/social-icon-sprite-dark.svg');
background-repeat: no-repeat;
background-size: 27px auto;
width: 28px;
height: 28px;
&.twitter {
- background-position: -3px 5px;
- background-size: 34px;
+ background-image: url('#{$image-path}/icons/social/x/black.svg');
}
&.instagram {
- background-position: 0 -27px;
- background-repeat: no-repeat;
+ background-image: url('#{$image-path}/icons/social/instagram/black.svg');
}
&.youtube {
- background-position: -1px -66px;
- background-size: 30px auto;
+ background-image: url('#{$image-path}/icons/social/youtube/black.svg');
}
&.facebook {
- background-position: 0 -88px;
+ background-image: url('#{$image-path}/icons/social/facebook/black.svg');
}
}
}
diff --git a/media/css/protocol/components/_footer.scss b/media/css/protocol/components/_footer.scss
index 1bb5d27d6ee..4c02ed122d3 100644
--- a/media/css/protocol/components/_footer.scss
+++ b/media/css/protocol/components/_footer.scss
@@ -9,27 +9,28 @@ $image-path: '/media/protocol/img';
/* Protocol overrides */
// * -------------------------------------------------------------------------- */
-// Footer social icon links
-// bedrock override until icons are added to protocol-assets
-// https://github.com/mozilla/protocol-assets/issues/84
+// Footer social icon for Mastodon
+// Bedrock override until Mastodon icon dimensions are updated
+// https://github.com/mozilla/protocol-assets/pull/93
.mzp-c-footer-links-social {
li {
a {
&.linkedin {
- background-image: url('/media/img/logos/social/linkedin-white.svg');
+ background-image: url('#{$image-path}/icons/social/linkedin/white.svg');
}
&.tiktok {
- background-image: url('/media/img/logos/social/tiktok-white.svg');
+ background-image: url('#{$image-path}/icons/social/tiktok/white.svg');
}
&.spotify {
- background-image: url('/media/img/logos/social/spotify-white.svg');
+ background-image: url('#{$image-path}/icons/social/spotify/white.svg');
}
&.mastodon {
- background-image: url('/media/img/logos/social/mastodon-white.svg');
+ background-image: url('#{$image-path}/icons/social/mastodon/white.svg');
+ background-size: contain;
}
&.twitter {
@@ -39,75 +40,6 @@ $image-path: '/media/protocol/img';
}
}
-// * -------------------------------------------------------------------------- */
-// Light theme (for Firefox pages)
-
-.mzp-c-footer.mzp-t-light {
- background: $color-marketing-gray-10;
- color: $color-black;
-
- a:link,
- a:visited {
- color: $color-marketing-gray-80;
-
- &:hover,
- &:focus,
- &:active {
- color: $color-marketing-gray-90;
- }
- }
-
- .mzp-c-footer-sections {
- border-bottom-color: $color-marketing-gray-30;
- }
-
- .mzp-c-footer-primary-logo a {
- background-image: url('#{$image-path}/logos/mozilla/logo-word-hor.svg');
- }
-
- .mzp-c-footer-links-social li a {
- &.twitter {
- background-image: url('#{$image-path}/icons/social/x/black.svg');
- }
-
- &.instagram {
- background-image: url('#{$image-path}/icons/social/instagram/black.svg');
- }
-
- &.youtube {
- background-image: url('#{$image-path}/icons/social/youtube/black.svg');
- }
-
- // bedrock override until icons are added to protocol-assets
- // https://github.com/mozilla/protocol-assets/issues/84
- &.linkedin {
- background-image: url('/media/img/logos/social/linkedin-black.svg');
- }
-
- &.tiktok {
- background-image: url('/media/img/logos/social/tiktok-black.svg');
- }
-
- &.spotify {
- background-image: url('/media/img/logos/social/spotify-black.svg');
- }
-
- &.mastodon {
- background-image: url('/media/img/logos/social/mastodon-black.svg');
- }
-
- &:hover,
- &:focus,
- &:active {
- outline-color: $color-black;
- }
- }
-
- & .mzp-c-footer-heading.is-summary button::before {
- background: $url-image-expand-black top left no-repeat;
- }
-}
-
// * -------------------------------------------------------------------------- */
// Reset social icon styles for primary footer navigation on larger screens
diff --git a/media/img/logos/social/linkedin-black.svg b/media/img/logos/social/linkedin-black.svg
deleted file mode 100644
index 38115e96122..00000000000
--- a/media/img/logos/social/linkedin-black.svg
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/media/img/logos/social/linkedin-white.svg b/media/img/logos/social/linkedin-white.svg
deleted file mode 100644
index c158bb9cc91..00000000000
--- a/media/img/logos/social/linkedin-white.svg
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/media/img/logos/social/mastodon-black.svg b/media/img/logos/social/mastodon-black.svg
deleted file mode 100644
index ca032ee15e7..00000000000
--- a/media/img/logos/social/mastodon-black.svg
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/media/img/logos/social/mastodon-white.svg b/media/img/logos/social/mastodon-white.svg
deleted file mode 100644
index 29cb7d49090..00000000000
--- a/media/img/logos/social/mastodon-white.svg
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/media/img/logos/social/social-icon-sprite-dark.svg b/media/img/logos/social/social-icon-sprite-dark.svg
deleted file mode 100644
index b4ee27e6f35..00000000000
--- a/media/img/logos/social/social-icon-sprite-dark.svg
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/media/img/logos/social/spotify-black.svg b/media/img/logos/social/spotify-black.svg
deleted file mode 100644
index 0b2bf877a77..00000000000
--- a/media/img/logos/social/spotify-black.svg
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/media/img/logos/social/spotify-white.svg b/media/img/logos/social/spotify-white.svg
deleted file mode 100644
index 8bffa57831c..00000000000
--- a/media/img/logos/social/spotify-white.svg
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/media/img/logos/social/tiktok-black.svg b/media/img/logos/social/tiktok-black.svg
deleted file mode 100644
index ab95b48d3f7..00000000000
--- a/media/img/logos/social/tiktok-black.svg
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/media/img/logos/social/tiktok-white.svg b/media/img/logos/social/tiktok-white.svg
deleted file mode 100644
index d0f8c13d84d..00000000000
--- a/media/img/logos/social/tiktok-white.svg
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/media/img/logos/social/x-icon-black.svg b/media/img/logos/social/x-icon-black.svg
deleted file mode 100644
index a44b77c1bb3..00000000000
--- a/media/img/logos/social/x-icon-black.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/media/img/logos/social/x-icon-white.svg b/media/img/logos/social/x-icon-white.svg
deleted file mode 100644
index cd1fb31c3fc..00000000000
--- a/media/img/logos/social/x-icon-white.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-