From b5b1bf23fa3c81bfdc6eb33deb08954cfe7b65f8 Mon Sep 17 00:00:00 2001 From: James Henstridge Date: Tue, 6 Dec 2022 19:31:02 +0800 Subject: [PATCH] layouts: change the color for the mastodon social link I've picked a purple from https://joinmastodon.org/branding. --- layouts/partials/func/socials/GetBuiltInServicesDefaults.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'