Fix helper menu issues and align with the design. (#4261)

This commit is contained in:
ComfyUI Wiki
2025-07-01 09:36:09 +08:00
committed by GitHub
parent 64a2a5b3ae
commit c75015c5b8
2 changed files with 21 additions and 3 deletions

View File

@@ -27,6 +27,11 @@
--content-fg: #000;
--content-hover-bg: #adadad;
--content-hover-fg: #000;
/* Code styling colors for help menu*/
--code-text-color: rgba(0, 122, 255, 1);
--code-bg-color: rgba(96, 165, 250, 0.2);
--code-block-bg-color: rgba(60, 60, 60, 0.12);
}
@media (prefers-color-scheme: dark) {