mirror of
https://github.com/astro/buzzrelay.git
synced 2024-11-22 04:00:59 +00:00
improve frontpage
This commit is contained in:
parent
f6aab8998e
commit
c0601f8eef
2 changed files with 6 additions and 5 deletions
|
@ -20,9 +20,10 @@
|
||||||
<section>
|
<section>
|
||||||
<p>
|
<p>
|
||||||
Mastodon and many other ActivityPub-compatible services live
|
Mastodon and many other ActivityPub-compatible services live
|
||||||
and breathe decentralization. Mastoadmins can still bring the
|
and breathe decentralization. Yet it can get lonely on a small
|
||||||
global buzz of toots into the <b>Federated Timeline</b> of their
|
instance. Mastoadmins can bring the global buzz of toots into
|
||||||
small server by following <b>ActivityPub relays</b>.
|
the <b>Federated Timeline</b> of their small server by
|
||||||
|
following <b>ActivityPub relays</b>.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
With this service <a href="https://fedi.buzz/">#FediBuzz</a>
|
With this service <a href="https://fedi.buzz/">#FediBuzz</a>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
body {
|
body {
|
||||||
background-color: #DFCFEF;
|
background-color: #EFDFFF;
|
||||||
color: #1F2F4F;
|
color: #0F1F2F;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
max-width: 70rem;
|
max-width: 70rem;
|
||||||
|
|
Loading…
Reference in a new issue