From c18a517b82916b4166c599951eb187e313fb2b91 Mon Sep 17 00:00:00 2001 From: mic Date: Fri, 2 Jan 2026 12:13:00 +0100 Subject: [PATCH] css fix. see #102 --- pages/_lib/connection-ui.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/_lib/connection-ui.css b/pages/_lib/connection-ui.css index b4501afc..4953888b 100644 --- a/pages/_lib/connection-ui.css +++ b/pages/_lib/connection-ui.css @@ -15,7 +15,7 @@ tr.conntype_openai_comp_api, tr.conntype_openai_comp_api2{ } tr.conntype_google_gemini_api, tr.conntype_google_gemini_api2{ - background-color: rgb(233, 238, 169); + background-color: rgb(233, 238, 169) !important; } tr.conntype_anthropic_api, tr.conntype_anthropic_api2{ @@ -109,7 +109,7 @@ span.opt_title{ } tr.conntype_google_gemini_api, tr.conntype_google_gemini_api2{ - background-color: rgb(72, 77, 3); + background-color: rgb(72, 77, 3) !important; } tr.conntype_anthropic_api, tr.conntype_anthropic_api2{