From 49b1cbc3da8cdf560172de6b1dad6eceb6c6d4d3 Mon Sep 17 00:00:00 2001 From: "Dominik V. Salonen" Date: Thu, 15 Mar 2018 13:40:20 +0100 Subject: [PATCH] Thanks to Fork Awesome I actually have a Mastodon icon now --- assets/masto-full.svg | 1 - pages/social.html | 2 +- style.css | 19 ------------------- 3 files changed, 1 insertion(+), 21 deletions(-) delete mode 100644 assets/masto-full.svg diff --git a/assets/masto-full.svg b/assets/masto-full.svg deleted file mode 100644 index 8b1328e..0000000 --- a/assets/masto-full.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/pages/social.html b/pages/social.html index 115b67d..4d8395f 100644 --- a/pages/social.html +++ b/pages/social.html @@ -1,5 +1,5 @@ -
+
Mastodon

Twitter

diaspora

E-Mail
diff --git a/style.css b/style.css index 6ef18c6..e1ac348 100755 --- a/style.css +++ b/style.css @@ -240,25 +240,6 @@ a:hover { transition: color 0.25s ease-in-out; } -a.mastodon { - display: block; - margin: 15px auto; - filter: grayscale(100%); - width: 65%; - max-width: 250px; - transition: all ease-in-out 0.1s; - font-size: 0; -} - -.mastodon:hover { - filter: grayscale(0%); - transition: all ease-in-out 0.1s; -} - -.mastodon img { - max-width: 100%; -} - /* Page contents */ #page p {