@@ -77,6 +77,9 @@
<span class="error-feeds-counter-wrapper">(<span class="error-feeds-counter">{{ .countErrorFeeds }}</span>)</span>
{{ end }}
</a>
+ <a href="{{ route "addSubscription" }}" title="{{ t "tooltip.keyboard_shortcuts" "+" }}">
+ (+)
+ </a>
</li>
<li {{ if eq .menu "categories" }}class="active"{{ end }} title="{{ t "tooltip.keyboard_shortcuts" "g c" }}">
<a href="{{ route "categories" }}" data-page="categories">{{ t "menu.categories" }}</a>
@@ -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;