feat: 初步适配主题颜色效果

This commit is contained in:
Montia37
2025-09-07 22:37:24 +08:00
parent b121bf13ac
commit eecdc179c3
23 changed files with 285 additions and 211 deletions

View File

@@ -121,7 +121,7 @@
@layer base {
* {
@apply border-border outline-ring/50;
@apply border-(--accent-a4) outline-ring/50;
}
body {
@apply bg-background;