mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-08-20 07:23:29 +08:00
11 lines
309 B
CSS
11 lines
309 B
CSS
:root {
|
|
/*--theme-color:#3f3eed;*/
|
|
/*--theme-color-light: #008ecb;*/
|
|
--theme-color:#236692;
|
|
--theme-color-light: #3485bb;
|
|
--success-color: #52c41a;
|
|
--error-color: #ff4d4f;
|
|
--warning-color: #faad14;
|
|
--font-family: Inter, -apple-system, BlinkMacSystemFont, Helvetica Neue, sans-serif;
|
|
}
|