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; }