From 264302f6cdc630097e45ac76509da20ea4ccf684 Mon Sep 17 00:00:00 2001 From: horus Date: Tue, 16 Jan 2024 01:12:23 +0100 Subject: changes in design --- public/css/app.css | 16 ++++++++++++++++ public/img/mastodon.svg | 4 ++++ 2 files changed, 20 insertions(+) create mode 100644 public/img/mastodon.svg (limited to 'public') diff --git a/public/css/app.css b/public/css/app.css index 52f6f99..b287fab 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -10965,3 +10965,19 @@ hr { margin-top: 50px; } +.hn { + display: inline-block; + font-size: inherit; + height: 1em; + overflow: visible; + vertical-align: -0.125em; + fill: #ff6600; +} + +.mastodon { + display: inline-block; + font-size: inherit; + height: 1em; + overflow: visible; + vertical-align: -0.125em; +} diff --git a/public/img/mastodon.svg b/public/img/mastodon.svg new file mode 100644 index 0000000..906d6ac --- /dev/null +++ b/public/img/mastodon.svg @@ -0,0 +1,4 @@ + + + + -- cgit v1.2.3