From 5f5dfb15e88ebce4cee53293ca6e7ba00e7bb550 Mon Sep 17 00:00:00 2001 From: James Henstridge Date: Wed, 14 Dec 2022 22:55:14 +0800 Subject: [PATCH] assets: update mastodon logo in social links (#597) * assets: replace Mastodon logo The new version is based on the logo-black.svg file distributed from https://joinmastodon.org/branding, adjusted to match the metrics of the other social logos. * layouts: change the color for the mastodon social link I've picked a purple from https://joinmastodon.org/branding. --- assets/ananke/socials/mastodon.svg | 5 +---- .../partials/func/socials/GetBuiltInServicesDefaults.html | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/assets/ananke/socials/mastodon.svg b/assets/ananke/socials/mastodon.svg index eab6193..6846938 100644 --- a/assets/ananke/socials/mastodon.svg +++ b/assets/ananke/socials/mastodon.svg @@ -1,4 +1 @@ - - - - + diff --git a/layouts/partials/func/socials/GetBuiltInServicesDefaults.html b/layouts/partials/func/socials/GetBuiltInServicesDefaults.html index b61fe5d..9cd4d5a 100644 --- a/layouts/partials/func/socials/GetBuiltInServicesDefaults.html +++ b/layouts/partials/func/socials/GetBuiltInServicesDefaults.html @@ -57,7 +57,7 @@ color: '#0077b5' mastodon: label: Mastodon - color: '#3088d4' + color: '#6364FF' slack: label: Slack color: '#E01E5A'