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
c828543a
Commit
c828543a
authored
Aug 17, 2023
by
pythongosssss
Browse files
Allow user customizable css
parent
1498f1a3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
web/index.html
web/index.html
+1
-0
web/user.css
web/user.css
+1
-0
No files found.
web/index.html
View file @
c828543a
...
...
@@ -6,6 +6,7 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0, user-scalable=no"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"./lib/litegraph.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"./style.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"./user.css"
/>
<script
type=
"text/javascript"
src=
"./lib/litegraph.core.js"
></script>
<script
type=
"text/javascript"
src=
"./lib/litegraph.extensions.js"
defer
></script>
<script
type=
"module"
>
...
...
web/user.css
0 → 100644
View file @
c828543a
/* Put custom styles here */
\ No newline at end of file
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