feat: 更新主题颜色和标签栏选项

This commit is contained in:
2026-03-09 07:53:55 +07:00
parent e41f1cfe1f
commit 007794688b
3 changed files with 27 additions and 6 deletions

View File

@@ -23,9 +23,9 @@
@layer theme {
@theme {
--color-brand-50: #f5f7ff;
--color-brand-100: #e9edff;
--color-brand-500: #4f6bd9;
--color-brand-700: #3147a6;
--color-brand-50: #e9fbf4;
--color-brand-100: #c7f5e3;
--color-brand-500: #00d48c;
--color-brand-700: #009d68;
}
}