From c5679b8a1d7350d243ed89c6c6224f583c241bc8 Mon Sep 17 00:00:00 2001 From: 3eef8a28f26fb2bcc514e6f1938929a1f931762 <116031952+3eef8a28f26fb2bcc514e6f1938929a1f931762@users.noreply.github.com> Date: Wed, 5 Apr 2023 17:43:03 -0400 Subject: [PATCH] Typo(graphy) --- css/search.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/search.css b/css/search.css index 071944d8b..9939fccb4 100644 --- a/css/search.css +++ b/css/search.css @@ -51,7 +51,7 @@ } #searchResultsContainer tr:hover { - background: var(--search-entry-bg-color-hover); + background: var(--search-entry-bg-hover-color); margin-left: 0; margin-right: 0; width: calc(var(--entry-width) + 2*var(--hover-expand-width));