Remove Mastodon branding and wording

This commit is contained in:
Nikita Karamov 2022-11-14 18:17:43 +01:00
parent 043cfbb88b
commit 683cc18f6d
No known key found for this signature in database
GPG Key ID: 3C8E688C96EEB9C9
3 changed files with 2 additions and 30 deletions

View File

@ -15,7 +15,7 @@
<title>Share₂Fedi, the instance-agnostic share page for Mastodon.</title>
<meta
name="description"
content="Share₂Fedi allows you to share stuff on Mastodon, instance-agnostic. Just put in your post text and the instance URL and click &lsquo;Toot!&rsquo;"
content="Share₂Fedi allows you to share stuff on Mastodon, no matter the instance. Just type in your post text, select the instance URL, and click &lsquo;Post!&rsquo;"
/>
<link rel="canonical" href="https://toot.kytta.dev/" />
@ -38,10 +38,6 @@
height="80"
/>
</h1>
<p>
for
<img src="./mastodon.svg" alt="Mastodon" width="104.333" height="27" />
</p>
</header>
<main>
<form action="/api/toot" method="POST">
@ -72,7 +68,7 @@
<label for="remember">Remember my instance on this device</label>
</section>
<section class="submit">
<input type="submit" value="TOOT!" />
<input type="submit" value="Post!" />
</section>
</form>
</main>

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 7.2 KiB

View File

@ -48,19 +48,6 @@ header {
margin: 0 1rem 0 0;
vertical-align: middle;
}
p {
display: inline-block;
line-height: 1.2rem;
margin: 0;
text-align: left;
vertical-align: middle;
img {
margin-left: 0.5em;
vertical-align: middle;
}
}
}
main {