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