chore: set color for menu foreground and background

This commit is contained in:
ValdiANS
2025-12-04 22:46:18 +07:00
parent ae4c17b391
commit b37c3f87b0
+5
View File
@@ -1,4 +1,9 @@
@layer utilities {
.menu {
--menu-active-fg: var(--color-primary);
--menu-active-bg: transparent;
}
.step.step-success::before {
--step-bg: var(--color-success);
--step-fg: var(--color-success-content);