From 0df2399c5b93661dae6a3346f734f8b212df8826 Mon Sep 17 00:00:00 2001 From: Timur Ismagilov Date: Sat, 29 Oct 2022 17:53:33 +0300 Subject: [PATCH] Categories: Fix color in dark theme in the sidebar --- static/default.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/default.css b/static/default.css index 0420253..e966da0 100644 --- a/static/default.css +++ b/static/default.css @@ -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; } }