fix: model-tag color was #334155 (invisible on dark theme) → #475569

This commit is contained in:
Scott Idem
2026-04-05 22:25:09 -04:00
parent 8570e8d852
commit 2dd94696d5

View File

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