feat(theme): add color variable config (#24541)

This commit is contained in:
Yessenia-d 2025-08-26 14:50:28 +08:00 committed by GitHub
commit 6727ff6dbe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 2 deletions

View file

@ -417,6 +417,7 @@ html[data-theme="dark"] {
--color-background-overlay-destructive: rgb(240 68 56 / 0.3);
--color-background-overlay-backdrop: rgb(24 24 27 / 0.95);
--color-background-body-transparent: rgb(29 29 32 / 0);
--color-background-section-burn-inverted: #27272b;
--color-shadow-shadow-1: rgb(0 0 0 / 0.05);
--color-shadow-shadow-3: rgb(0 0 0 / 0.1);
@ -761,4 +762,4 @@ html[data-theme="dark"] {
--color-dify-logo-dify-logo-blue: #e8e8e8;
--color-dify-logo-dify-logo-black: #e8e8e8;
}
}