From b3093f5918a182784defd5fd6cfe1fc3638da1e7 Mon Sep 17 00:00:00 2001 From: Tyler <68524461+TySP-Dev@users.noreply.github.com> Date: Thu, 14 May 2026 23:05:40 -0400 Subject: [PATCH] UI color changes --- ai_answers.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ai_answers.py b/ai_answers.py index a929760..98adf58 100644 --- a/ai_answers.py +++ b/ai_answers.py @@ -177,6 +177,10 @@ INTERACTIVE_CSS = ''' background-size: 8px 5px; display: none; } + .sxng-model-select:hover { + background: var(--color-search-url, #303033); + color: var(--color-sidebar-bg, #bbb); + } .sxng-reasoning { margin: 0.5rem 0; padding: 0.5rem; border-left: 2px solid var(--color-result-link, #5e81ac);