9 ms·
The lack of contrast between read and unread items ridiculous. The following custom CSS makes it bearable: #entries .entry .card-common { background: #eee} #e
by Codayus 15y ago
The lack of contrast between read and unread items ridiculous. The following custom CSS makes it bearable:
#entries .entry .card-common { background: #eee}
#entries .entry .card-actions { background: #eee }
#entries .entry.read .card-common { background: #fff}
#entries .entry.read .card-actions { background: #fff }