feat: 优化图表显示

This commit is contained in:
Montia37
2025-09-09 16:01:56 +08:00
parent de86264262
commit 8b3e7b8f40
4 changed files with 161 additions and 91 deletions

View File

@@ -132,10 +132,12 @@
@layer utilities {
.dark .radix-themes {
--theme-text-muted-color: rgb(from var(--accent-4) r g b / 0.8);
--theme-line-muted-color: rgb(from var(--accent-2) r g b / 0.5);
}
.radix-themes {
--theme-text-muted-color: rgb(from var(--accent-12) r g b / 0.8);
--theme-line-muted-color: rgb(from var(--accent-10) r g b / 0.5);
}
.dark .rt-Badge-tag-transparent {