feat: add more utility card

This commit is contained in:
Methapon2001 2024-04-11 14:56:23 +07:00
parent 7c5f17c3a8
commit 1e680ec636

View file

@ -110,6 +110,10 @@ html {
background-color: var(--surface-3) !important;
}
.app-text-muted {
color: hsl(var(--text-mute))
}
.app-text-info {
color: hsl(var(--info-bg));
}