From 105596373237a8d65926c8e05cb9779d5f421688 Mon Sep 17 00:00:00 2001 From: Niklas Barning Date: Tue, 10 Aug 2021 15:48:56 +0200 Subject: [PATCH] Add Mastodon --- css/brands.css | 8 ++++++++ icons/mastodon.svg | 4 ++++ index.html | 4 ++++ 3 files changed, 16 insertions(+) create mode 100644 icons/mastodon.svg diff --git a/css/brands.css b/css/brands.css index 9741cb0..2370ac0 100644 --- a/css/brands.css +++ b/css/brands.css @@ -155,6 +155,14 @@ button:hover, .button.button-linkedin:focus { filter: brightness(90%) } +/* Mastodon */ +.button.button-mastodon { + color: #FFFFFF; + background-color: #1F232B } +.button.button-mastodon:hover, +.button.button-mastodon:focus { + filter: brightness(90%) } + /* Medium */ .button.button-medium { color: #FFFFFF; diff --git a/icons/mastodon.svg b/icons/mastodon.svg new file mode 100644 index 0000000..9d8ff0e --- /dev/null +++ b/icons/mastodon.svg @@ -0,0 +1,4 @@ + + + + diff --git a/index.html b/index.html index 5cbc1d9..e882968 100644 --- a/index.html +++ b/index.html @@ -139,6 +139,10 @@ Reddit LogoReddit
+ + Mastodon LogoMastodon +
+ Medium LogoMedium