A small code snippet for a better user experience on the mastodon page.

I always forget where to click to see the comments, so I added a Code Snippet for the Stylus extension to help me with that.

#a11y #TipsAndTricks

The code:
.status__content--with-action:hover {
border: 0.01px dashed #00a5ff;
}

.muted .status__content, .muted .status__content a, .muted .status__content p, .muted .status__display-name strong, .muted .poll {
color: #9d9d9d;
}

In Action