fix(ui): transparent input bg fallback so light-mode text is legible
This commit is contained in:
@@ -38,7 +38,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.llm-tab-root .input {
|
.llm-tab-root .input {
|
||||||
background: var(--bg-elev, rgba(0, 0, 0, 0.3));
|
background: var(--bg-elev, transparent);
|
||||||
border: 1px solid var(--border);
|
border: 1px solid var(--border);
|
||||||
color: var(--text);
|
color: var(--text);
|
||||||
padding: 7px 10px;
|
padding: 7px 10px;
|
||||||
|
|||||||
Reference in New Issue
Block a user