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 {