fix: WEB text uses input-bg dark blue var(--bg-tertiary)

This commit is contained in:
gramps
2026-07-13 15:59:07 -07:00
parent 51795cf072
commit 6c214e46f5
+1 -1
View File
@@ -215,7 +215,7 @@ body { font-family: var(--font-body); background: var(--bg-primary); color: var(
.send-btn:hover { background:var(--accent); }
.stop-btn { padding:12px 20px; background:var(--danger); border:none; border-radius:var(--radius); color:#fff; font-family:var(--font-mono); font-size:13px; font-weight:600; cursor:pointer; }
.stop-btn:hover { background:var(--danger-hover); }
.search-btn { padding:12px 16px; background:var(--warning); border:none; border-radius:var(--radius); color:#0d2137; font-family:var(--font-mono); font-size:13px; font-weight:600; cursor:pointer; white-space:nowrap; transition:background 0.2s; }
.search-btn { padding:12px 16px; background:var(--warning); border:none; border-radius:var(--radius); color:var(--bg-tertiary); font-family:var(--font-mono); font-size:13px; font-weight:600; cursor:pointer; white-space:nowrap; transition:background 0.2s; }
.search-btn:hover { background:#e67e22; }
.search-btn:disabled { background:var(--text-muted); cursor:not-allowed; }
.file-preview { max-width:900px; margin:0 auto 8px; display:none; align-items:center; gap:10px; background:var(--bg-tertiary); border:1px solid var(--border); border-radius:var(--radius); padding:8px 12px; }