From 568c548eda88b5093e3d59f4ae182ee48b1dcc94 Mon Sep 17 00:00:00 2001 From: archos Date: Fri, 9 Aug 2024 19:43:23 +0200 Subject: [PATCH] =?UTF-8?q?p=C5=99id=C3=A1no=20ov=C4=9B=C5=99en=C3=AD=20ma?= =?UTF-8?q?stodon=20a=20kod=20pro=20je=20skryt=C3=AD=20do=20css?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 ++ styly.css | 3 +++ 2 files changed, 5 insertions(+) diff --git a/index.html b/index.html index d5c92b8..feea63d 100644 --- a/index.html +++ b/index.html @@ -7,6 +7,8 @@ + + Mastodon
diff --git a/styly.css b/styly.css index 2228a13..4212705 100644 --- a/styly.css +++ b/styly.css @@ -28,3 +28,6 @@ footer { .container { flex: 1 0 auto; } +a[rel="me"] { + display: none; +}