diff --git a/template/templates/common/layout.html b/template/templates/common/layout.html index 65c3b15a..c81edc1d 100644 --- a/template/templates/common/layout.html +++ b/template/templates/common/layout.html @@ -77,6 +77,9 @@ ({{ .countErrorFeeds }}) {{ end }} + + (+) +
  • {{ t "menu.categories" }} diff --git a/ui/static/css/common.css b/ui/static/css/common.css index 69f2aab4..8547136a 100644 --- a/ui/static/css/common.css +++ b/ui/static/css/common.css @@ -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; }