From 8f4ac6fe44583c94a26203dc67b30482830eb9ef Mon Sep 17 00:00:00 2001 From: jabuxas Date: Mon, 20 Jan 2025 10:17:27 -0300 Subject: [PATCH] feat: add mastodon --- dev/index.html | 3 +++ dev/style.css | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/dev/index.html b/dev/index.html index 4a37e09..f97f748 100644 --- a/dev/index.html +++ b/dev/index.html @@ -23,6 +23,9 @@
+ diff --git a/dev/style.css b/dev/style.css index a9ce2c1..44917cb 100644 --- a/dev/style.css +++ b/dev/style.css @@ -74,6 +74,12 @@ img { padding-left: 7px; } +.mastodon-icon:before { + content: "\edc0"; + font-size: 2em; + padding-left: 4px; +} + .blog-icon:before { content: "\e287"; font-size: 2em;