Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
ComfyUI
Commits
ff0be60a
"vscode:/vscode.git/clone" did not exist on "ebf80e2e70ebe0054b28eb728c08591e5b488175"
Commit
ff0be60a
authored
Apr 13, 2023
by
EllangoK
Browse files
fix comfy list not styled, and light theme border
parent
3f52e7cb
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
web/extensions/core/colorPalette.js
web/extensions/core/colorPalette.js
+1
-1
web/style.css
web/style.css
+2
-2
No files found.
web/extensions/core/colorPalette.js
View file @
ff0be60a
...
...
@@ -107,7 +107,7 @@ const colorPalettes = {
"
descrip-text
"
:
"
#444
"
,
"
drag-text
"
:
"
#555
"
,
"
error-text
"
:
"
#F44336
"
,
"
border-color
"
:
"
#
CCC
"
"
border-color
"
:
"
#
888
"
}
},
},
...
...
web/style.css
View file @
ff0be60a
...
...
@@ -160,9 +160,9 @@ body {
.comfy-list
{
color
:
var
(
--descrip-text
);
background-color
:
#333
;
background-color
:
var
(
--comfy-menu-bg
)
;
margin-bottom
:
10px
;
border-color
:
#4e4e4e
;
border-color
:
var
(
--border-color
)
;
border-style
:
solid
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment