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
parent 04954918a5
commit 6727ff6dbe
3 changed files with 5 additions and 2 deletions

View File

@@ -417,6 +417,7 @@ html[data-theme="light"] {
--color-background-overlay-destructive: rgb(240 68 56 / 0.3);
--color-background-overlay-backdrop: rgb(242 244 247 / 0.95);
--color-background-body-transparent: rgb(242 244 247 / 0);
--color-background-section-burn-inverted: #f2f4f7;
--color-shadow-shadow-1: rgb(9 9 11 / 0.03);
--color-shadow-shadow-3: rgb(9 9 11 / 0.05);
@@ -761,4 +762,4 @@ html[data-theme="light"] {
--color-dify-logo-dify-logo-blue: #0033ff;
--color-dify-logo-dify-logo-black: #000000;
}
}