I can't find the original post anymore and I apologize for that.

Small tip that I read when I started on Mastodon:

1. open account settings > preferences > appearance and turn on slow mode
2. I use a browser extension called stylus and I used the following styling for my mastodon page

.load-more {
background: #8c8dff;
color: white;
}
.load-more:hover {
background: #4f50a9;
}

3. profit...I mean better readability of the button at the top

Nachdem hier grad alles etwas schneller läuft, hab ich meine Ansicht in den Einstellungen auf "Slow mode" umgestellt.
Und weil ich das "3475 new items" in den Timelines leicht übersehe, mit dem Browser-Addon Stylus und 4 Zeilen CSS etwas auffälliger gemacht:

.load-more {
background: #8c8dff;
color: white;
}
.load-more:hover {
background: #4f50a9;
}

Farben sind für Darkmode, wer ein helles Theme benutzt, muss sie für sich anpassen.