From 37632695500ad6f0a8a353392ff4e7dd26ea5011 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 8 Jul 2025 21:41:28 +0000 Subject: [PATCH 1/2] Initial plan From 8edd5f6e40cf76fea4f9fa1ba8d2eddf01c62f93 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 8 Jul 2025 21:49:20 +0000 Subject: [PATCH 2/2] Fix unreadable input selection in dark mode vomnibar Co-authored-by: danielcovill <4174948+danielcovill@users.noreply.github.com> --- pages/vomnibar_page.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pages/vomnibar_page.css b/pages/vomnibar_page.css index 823b84d51..89494345b 100644 --- a/pages/vomnibar_page.css +++ b/pages/vomnibar_page.css @@ -187,4 +187,9 @@ ul { #vomnibar li .title .match { color: white; } + + #vomnibar input::selection { + background-color: #ffffff; + color: #000000; + } }