diff --git a/REUSE.toml b/REUSE.toml
index 05a49bd80e46b..fac413f03960a 100644
--- a/REUSE.toml
+++ b/REUSE.toml
@@ -328,19 +328,19 @@ SPDX-FileCopyrightText = "2016-2024 Collabora Ltd."
SPDX-License-Identifier = "LicenseRef-CollaboraTrademarks"
[[annotations]]
-path = ["core/img/x.svg", "core/img/twitter.svg", "core/img/actions/twitter.svg", "apps/federatedfilesharing/img/social-twitter.svg"]
+path = ["core/img/x.svg", "core/img/x-dark.svg", "core/img/x-light.svg", "core/img/twitter.svg", "core/img/actions/twitter.svg", "apps/federatedfilesharing/img/social-twitter.svg"]
precedence = "aggregate"
SPDX-FileCopyrightText = "X Corp."
SPDX-License-Identifier = "LicenseRef-XTrademarks"
[[annotations]]
-path = ["core/img/bluesky.svg", "core/img/actions/bluesky.svg"]
+path = ["core/img/bluesky.svg", "core/img/bluesky-light.svg", "core/img/actions/bluesky.svg"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2012-2024 Fonticons, Inc."
SPDX-License-Identifier = "CC-BY-4.0"
[[annotations]]
-path = ["core/img/facebook.svg", "apps/federatedfilesharing/img/social-facebook.svg"]
+path = ["core/img/facebook.svg", "core/img/facebook-light.svg", "apps/federatedfilesharing/img/social-facebook.svg"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 Meta"
SPDX-License-Identifier = "LicenseRef-FacebookTrademarks"
@@ -352,7 +352,7 @@ SPDX-FileCopyrightText = "2024 Diaspora"
SPDX-License-Identifier = "LicenseRef-DiasporaTrademarks"
[[annotations]]
-path = ["core/img/mastodon.svg", "core/img/actions/mastodon.svg"]
+path = ["core/img/mastodon.svg", "core/img/mastodon-light.svg", "core/img/actions/mastodon.svg"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 Mastodon gGmbH"
SPDX-License-Identifier = "LicenseRef-MastodonTrademarks"
diff --git a/apps/settings/templates/settings/personal/development.notice.php b/apps/settings/templates/settings/personal/development.notice.php
index 233173304e30f..2856da7833a10 100644
--- a/apps/settings/templates/settings/personal/development.notice.php
+++ b/apps/settings/templates/settings/personal/development.notice.php
@@ -53,18 +53,18 @@
'{mailtext}',
],
[
- '',
- '',
- '',
- '',
- '',
- '',
- '',
- '',
- '',
- '',
- '',
- '',
+ image_path('core', 'facebook-light.svg'),
+ image_path('core', 'x-dark.svg'),
+ image_path('core', 'bluesky-light.svg'),
+ image_path('core', 'mastodon-light.svg'),
+ image_path('core', 'rss.svg'),
+ image_path('core', 'mail.svg'),
+ '',
+ '',
+ '',
+ '',
+ '',
+ '',
'',
$l->t('Like our Facebook page'),
$l->t('Follow us on X'),
@@ -74,12 +74,12 @@
$l->t('Subscribe to our newsletter'),
],
- '{facebookopen}{facebookimage}{linkclose}
- {xopen}{ximage}{linkclose}
- {blueskyopen}{blueskyimage}{linkclose}
- {mastodonopen}{mastodonimage}{linkclose}
- {rssopen}{rssimage}{linkclose}
- {newsletteropen}{mailimage}{linkclose}'
+ '{facebookopen}{linkclose}
+ {xopen}
{linkclose}
+ {blueskyopen}
{linkclose}
+ {mastodonopen}
{linkclose}
+ {rssopen}
{linkclose}
+ {newsletteropen}
{linkclose}'
)); ?>