Add Mastodon

This commit is contained in:
Niklas Barning
2021-08-10 15:48:56 +02:00
parent 9b720cd33f
commit 1055963732
3 changed files with 16 additions and 0 deletions

View File

@ -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;