1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-09-15 18:57:04 +00:00

Feeds with errors should appear before unread ones

This commit is contained in:
Frédéric Guillot 2021-06-02 18:54:28 -07:00 committed by fguillot
parent 4b2a25eed4
commit 409d05eec8
5 changed files with 27 additions and 10 deletions

View file

@ -101,9 +101,12 @@
--parsing-error-color: #333;
--feed-parsing-error-background-color: #fcf8e3;
--feed-parsing-error-border-style: solid;
--feed-parsing-error-border-color: #f9e883;
--feed-has-unread-background-color: #dfd;
--feed-has-unread-border-style: dotted;
--feed-has-unread-border-color: var(--entry-header-border-color);
--feed-has-unread-border-style: solid;
--feed-has-unread-border-color: #bee6bc;
--keyboard-shortcuts-li-color: #333;