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:
parent
4b2a25eed4
commit
409d05eec8
5 changed files with 27 additions and 10 deletions
|
@ -100,10 +100,13 @@
|
|||
--entry-enclosure-border-color: #333;
|
||||
|
||||
--parsing-error-color: #eee;
|
||||
--feed-parsing-error-background-color: #343434;
|
||||
--feed-parsing-error-background-color: #3a1515;
|
||||
--feed-parsing-error-border-style: solid;
|
||||
--feed-parsing-error-border-color: #562222;
|
||||
|
||||
--feed-has-unread-background-color: #1b1a1a;
|
||||
--feed-has-unread-border-style: solid;
|
||||
--feed-has-unread-border-color: rgba(82, 168, 236, 0.6);
|
||||
--feed-has-unread-border-color: rgb(33 57 76);
|
||||
|
||||
--keyboard-shortcuts-li-color: #9b9b9b;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue