From c8dc44626858d15e1e21c0172447fe79073c7e80 Mon Sep 17 00:00:00 2001 From: Supra4E8C Date: Fri, 21 Nov 2025 12:04:15 +0800 Subject: [PATCH] style: update file-type badge colors for improved visibility --- styles.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/styles.css b/styles.css index b6fe084..a7ba604 100644 --- a/styles.css +++ b/styles.css @@ -1777,23 +1777,23 @@ input:checked+.slider:before { } .file-type-badge.gemini-cli { - background: #4f8de2; - color: #ffffff; + background: #e7efff; + color: #1e4fa3; } [data-theme="dark"] .file-type-badge.gemini-cli { - background: #4f8de2; - color: #eaf1fb; + background: #1c3f73; + color: #a8c7ff; } .file-type-badge.aistudio { - background: #2a2b2e; - color: #f1f1f3; + background: #f0f2f5; + color: #2f343c; } [data-theme="dark"] .file-type-badge.aistudio { - background: #2a2b2e; - color: #d8dbe1; + background: #373c42; + color: #cfd3db; } .file-type-badge.claude {