From 0a2fb957ea792973b04d4d482990c93f3ab7514c Mon Sep 17 00:00:00 2001 From: MagicLike Date: Thu, 20 Oct 2022 19:12:44 +0200 Subject: [PATCH 1/2] White mastodon logo --- littlelink/icons/mastodon.svg | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/littlelink/icons/mastodon.svg b/littlelink/icons/mastodon.svg index 0f8baeb..39a116b 100644 --- a/littlelink/icons/mastodon.svg +++ b/littlelink/icons/mastodon.svg @@ -1,10 +1,3 @@ - - - - - - - - - + + From bda5196096738a74471a472db06d48ed5c4f17c5 Mon Sep 17 00:00:00 2001 From: MagicLike Date: Thu, 20 Oct 2022 19:56:24 +0200 Subject: [PATCH 2/2] Updated Mastodon button --- littlelink/css/brands.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/littlelink/css/brands.css b/littlelink/css/brands.css index 91fef56..2ee09f2 100644 --- a/littlelink/css/brands.css +++ b/littlelink/css/brands.css @@ -376,7 +376,7 @@ button:hover, /* Mastodon */ .button.button-mastodon { color: #ffffff; - background-color: #1f232b; + background-image: linear-gradient(to bottom, #6364FF, #563ACC); } .button.button-mastodon:hover, .button.button-mastodon:focus {