merge main

This commit is contained in:
StyleZhang 2024-11-26 10:31:39 +08:00
parent 2041650cca
commit 00eb47384a
2 changed files with 0 additions and 11 deletions

View File

@ -336,11 +336,7 @@ html[data-theme="dark"] {
--color-text-logo-text: #E9E9EC;
--color-text-empty-state-icon: #C8CEDA4D;
--color-text-inverted: #FFFFFF;
<<<<<<< HEAD
--color-text-inverted-dimm: #FFFFFFCC;
=======
--color-text-inverted-dimmed: #FFFFFFCC;
>>>>>>> main
--color-background-body: #1D1D20;
--color-background-default-subtle: #222225;
@ -694,7 +690,6 @@ html[data-theme="dark"] {
--color-third-party-LangChain: #FFFFFF;
--color-third-party-Langfuse: #FFFFFF;
<<<<<<< HEAD
--color-third-party-Github: #FFFFFF;
--color-third-party-Github-tertiary: #C8CEDA99;
@ -702,7 +697,4 @@ html[data-theme="dark"] {
--color-third-party-model-bg-openai: #121212;
--color-third-party-model-bg-anthropic: #1D1917;
--color-third-party-model-bg-default: #0B0B0E;
=======
--color-third-party-Github: #FFFFFF;
>>>>>>> main
}

View File

@ -2,9 +2,6 @@ html[data-theme="dark"] {
--color-chatbot-bg: linear-gradient(180deg, rgba(34, 34, 37, 0.90) 0%, rgba(29, 29, 32, 0.90) 90.48%);
--color-chat-bubble-bg: linear-gradient(180deg, rgba(200, 206, 218, 0.08) 0%, rgba(200, 206, 218, 0.02) 100%);
--color-workflow-process-bg: linear-gradient(90deg, rgba(24, 24, 27, 0.25) 0%, rgba(24, 24, 27, 0.04) 100%);
<<<<<<< HEAD
--color-marketplace-divider-bg: linear-gradient(90deg, rgba(200, 206, 218, 0.14) 0%, rgba(0, 0, 0, 0) 100%);
--color-marketplace-plugin-empty: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #222225 100%);
=======
>>>>>>> main
}