feat: update background colors
test-build / guarddog (push) Successful in 1m12s
test-build / build (push) Successful in 1m30s

This commit is contained in:
2026-05-21 15:57:34 -05:00
parent 901a641b59
commit f71b28adf0
5 changed files with 18 additions and 22 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
/* Nav */
@utility nav-base {
@apply border border-neutral-100 dark:border-stone-500/20
bg-neutral-100 dark:bg-neutral-800
@apply border border-mist-100/20 dark:border-mist-700/20
bg-mist-100/80 dark:bg-mist-900/40
shadow-xs dark:shadow-md
}