diff --git a/source/_data/mastodon.json b/source/_data/mastodon.json index 1336458..bf3a1fb 100644 --- a/source/_data/mastodon.json +++ b/source/_data/mastodon.json @@ -5,7 +5,7 @@ "title": "mastodon", "category": "social network", "type": "microblogging", - "logoClr": "3088d4", + "logoClr": "5f57ef", "created": "2016", "official": "https://joinmastodon.org", "license": "AGPL-3.0", diff --git a/source/_data/miscellaneous.json b/source/_data/miscellaneous.json index e0da08b..b83c400 100644 --- a/source/_data/miscellaneous.json +++ b/source/_data/miscellaneous.json @@ -1572,7 +1572,7 @@ "source": "https://github.com/misskey-dev/misskey", "protocols": "ActivityPub", "site": "https://join.misskey.page/en", - "logo": "/img/misc/misskey.svg", + "logo": "/img/misc/misskey.png", "servers": "https://the-federation.info/misskey", "description": "Sophisticated microblogging with personality. Provides many additional features like calendar, emoji reactions, polls, games, and many other widgets.", "codeLanguage": "TypeScript", diff --git a/source/_data/misskey.json b/source/_data/misskey.json index 2a2a062..3ef8d07 100644 --- a/source/_data/misskey.json +++ b/source/_data/misskey.json @@ -4,7 +4,7 @@ "title": "misskey", "category": "social network", "type": "microblogging", - "logoClr": "fb4e4e", + "logoClr": "9fd608", "created": "2014", "official": "https://misskey-hub.net/en", "license": "AGPL-3.0", diff --git a/source/img/mascots/mastodon-2.png b/source/img/mascots/mastodon-2.png deleted file mode 100644 index 155db08..0000000 Binary files a/source/img/mascots/mastodon-2.png and /dev/null differ diff --git a/source/img/misc/misskey.png b/source/img/misc/misskey.png new file mode 100644 index 0000000..359e34d Binary files /dev/null and b/source/img/misc/misskey.png differ diff --git a/source/img/misc/misskey.svg b/source/img/misc/misskey.svg deleted file mode 100644 index 2b94642..0000000 --- a/source/img/misc/misskey.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/themes/starter/source/assets/scss/partials/_colors.scss b/themes/starter/source/assets/scss/partials/_colors.scss index 83a3ffb..646774f 100644 --- a/themes/starter/source/assets/scss/partials/_colors.scss +++ b/themes/starter/source/assets/scss/partials/_colors.scss @@ -8,17 +8,14 @@ $asphalt: #171014; $grey: #a9a9a9; $diaspora: #000000; -$mastodon: #3088d4; +$mastodon: #5f57ef; $hubzilla: #43488a; $gnusocial: #a22430; $friendica: #ffb900; $socialhome: #2fcbbe; -$postactiv: #ad68d5; -$ganggo: #69d7e2; $pleroma: #fba457; -$aardwolf: #46332d; $peertube: #f1680d; -$misskey: #fb4e4e; +$misskey: #9fd608; $osada: #008000; $pixelfed: #6736dd; $funkwhale: #009fe3; diff --git a/themes/starter/source/assets/scss/partials/_layout.scss b/themes/starter/source/assets/scss/partials/_layout.scss index e36714f..366a70c 100644 --- a/themes/starter/source/assets/scss/partials/_layout.scss +++ b/themes/starter/source/assets/scss/partials/_layout.scss @@ -385,9 +385,6 @@ $list: (diaspora, $diaspora), (mastodon, $mastodon), (socialhome, $socialhome), (pleroma, $pleroma), - (ganggo, $ganggo), - (aardwolf, $aardwolf), - (postactiv, $postactiv), (peertube, $peertube), (misskey, $misskey), (osada, $osada),