Merge pull request #219 from alexbofa/main

Update color comfyui-manager.js
This commit is contained in:
Dr.Lt.Data 2023-12-07 20:07:31 +09:00 committed by GitHub
commit e851a55f7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,8 +83,8 @@ docStyle.innerHTML = `
}
.cm-warn-note {
background-color: #000000 !important;
color: #FF0000 !important;
background-color: #101010 !important;
color: #FF3800 !important;
font-size: 13px;
border-radius: 5px;
padding: 10px;
@ -93,8 +93,8 @@ docStyle.innerHTML = `
}
.cm-info-note {
background-color: #000000 !important;
color: #FF0000 !important;
background-color: #101010 !important;
color: #FF3800 !important;
font-size: 13px;
border-radius: 5px;
padding: 10px;