1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-01 17:38:37 +00:00

Add (+) action next to Feeds to quickly add new feeds

This commit is contained in:
Thiago Perrotta 2022-02-19 22:38:04 -05:00 committed by Frédéric Guillot
parent 658b8591b6
commit 4831acba39
2 changed files with 4 additions and 1 deletions

View file

@ -68,7 +68,7 @@ a:hover {
border-bottom: 1px dotted var(--header-list-border-color);
}
.header li:hover a {
.header li a:hover {
color: #888;
}