From da5891755c1f084aee9a47197558d26f0751df08 Mon Sep 17 00:00:00 2001 From: rare-magma Date: Mon, 18 Sep 2023 20:20:24 +0200 Subject: [PATCH] fix: no matches found dark style Signed-off-by: rare-magma --- src/App.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/App.css b/src/App.css index a2d4459..05e1266 100644 --- a/src/App.css +++ b/src/App.css @@ -70,6 +70,8 @@ a:hover { .dropdown, .dropdown-item, .dropdown-item:focus, +.dropdown-item.disabled, +.dropdown-item:disabled, .dropdown-item:hover { background: var(--lightbgcolor); color: var(--textcolor);