From ce530896b84a59142a3219f5908992879d4c0646 Mon Sep 17 00:00:00 2001 From: Tyler <68524461+TySP-Dev@users.noreply.github.com> Date: Fri, 15 May 2026 13:55:19 -0400 Subject: [PATCH] added a missing '.' --- ai_answers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai_answers.py b/ai_answers.py index 3f7a468..c836226 100644 --- a/ai_answers.py +++ b/ai_answers.py @@ -162,7 +162,7 @@ INTERACTIVE_CSS = ''' max-width: 8rem; vertical-align: middle; } - sxng-model-select:hover { + .sxng-model-select:hover { background-color: #303033; color: var(--color-search-url, #bbb); }