From 2dd94696d5559b5a1558451bebedfce60c1d24ad Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Sun, 5 Apr 2026 22:25:09 -0400 Subject: [PATCH] =?UTF-8?q?fix:=20model-tag=20color=20was=20#334155=20(inv?= =?UTF-8?q?isible=20on=20dark=20theme)=20=E2=86=92=20#475569?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cortex/static/style.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/cortex/static/style.css b/cortex/static/style.css index d6c13cb..4c6716d 100644 --- a/cortex/static/style.css +++ b/cortex/static/style.css @@ -556,13 +556,12 @@ .model-tag { display: block; font-size: 0.67rem; - color: #334155; + color: #475569; margin-top: 0.55rem; padding-top: 0.4rem; - border-top: 1px solid #1e2030; + border-top: 1px solid #2d3148; text-align: right; letter-spacing: 0.02em; - font-weight: 500; } .model-tag.fallback { color: #f59e0b; }