Categories: Fix color in dark theme in the sidebar
1 files changed, 2 insertions(+), 1 deletions(-) M static/default.css
M static/default.css => static/default.css +2 -1
@@ 697,7 697,8 @@ a.btn_destructive:visited, .top-bar__hamburger:hover, .top-bar__home-link:hover, .auth-links__link:hover, - .top-bar__highlight-link:hover { + .top-bar__highlight-link:hover, + .categories-card__link:hover { background-color: #444; } }