From d85c12bae5446b44962a014d153d499fbf989fc9 Mon Sep 17 00:00:00 2001 From: Timur Ismagilov Date: Sat, 1 Jun 2024 23:57:30 +0300 Subject: [PATCH] Fix hover color of subhypha links in dark theme --- static/default.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/default.css b/static/default.css index b22e52a..d4ce2d9 100644 --- a/static/default.css +++ b/static/default.css @@ -712,7 +712,8 @@ a.btn_destructive:visited, .top-bar__home-link:hover, .auth-links__link:hover, .top-bar__highlight-link:hover, - .categories-card__link:hover { + .categories-card__link:hover, + .subhyphae__link:hover { background-color: #444; } }