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
