No unread count for anything

Would it be possible to turn off unread counts globally? It would calm my soul. Literally. So none for the feeds, none for the global, just no numbers, anywhere.

1 Like

You could do this with custom CSS.

.unread_count { display: none !important; }