enhance(ui): polish accent colors

This commit is contained in:
charlie
2024-01-12 17:34:35 +08:00
parent 0bd29e318b
commit e7b9d58bd9
3 changed files with 6 additions and 2 deletions

View File

@@ -108,6 +108,10 @@ html[data-theme=dark] {
--muted: 192 100% 13%;
}
.menu-separator {
@apply opacity-20;
}
.ui__calendar {
--accent: 196 100% 15%;
}