feat: add marketplace-divider-bg color variable for dark and light themes

This commit is contained in:
twwu
2024-11-12 16:48:24 +08:00
parent 7791d290c7
commit 2ba38c6c45
3 changed files with 3 additions and 0 deletions

View File

@ -694,4 +694,5 @@ html[data-theme="dark"] {
--color-third-party-model-bg-anthropic: #1D1917;
--color-third-party-model-bg-default: #0B0B0E;
--color-workflow-process-bg: linear-gradient(90deg, rgba(24, 24, 27, 0.25) 0%, rgba(24, 24, 27, 0.04) 100%);
--color-marketplace-divider-bg: linear-gradient(90deg, rgba(200, 206, 218, 0.14) 0%, rgba(0, 0, 0, 0) 100%);
}