Skip to content

The Old Reader: make unread posts stand out by confluence

Details

Authorconfluence

LicenseNo License

Categorytheoldreader.com

Created

Updated

Size420 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

This style makes unread posts stand out more from read posts.

Notes

The default Old Reader style makes it difficult to distinguish read and unread posts in list mode (there's only a very subtle change to the right border of each unread post). This style makes unread posts stand out more by graying out the text of read posts and making their labels a paler shade of turquoise.

Source code

/* ==UserStyle==
@name           The Old Reader: make unread posts stand out
@namespace      userstyles.world
@version        1.0.0
==/UserStyle== */

@-moz-document domain("theoldreader.com") {
div.post {
    color: grey;
}

div.post .label.label-feed {
    background-color: #5597ae;
}

div.post.unread {
    color: black;
}

div.post.unread .label.label-feed {
    background-color: #26687f;
}
}

Reviews

No reviews yet.