adds light theme, fixes multiline css

This commit is contained in:
EllangoK
2023-04-11 13:11:39 -04:00
parent c975fef620
commit eae159eb4c
2 changed files with 59 additions and 6 deletions

View File

@@ -32,8 +32,8 @@ body {
}
.comfy-multiline-input {
background-color: var(--bg-color);
color: var(--fg-color);
background-color: var(--comfy-input-bg);
color: var(--input-text);
overflow: hidden;
overflow-y: auto;
padding: 2px;