@import "tailwindcss"; @import "@nuxt/ui"; @theme { --color-primary: #3a4dfb; --color-secondary: #919cfc; } .router-link-exact-active { @apply text-blue-600 bg-blue-50; } .router-link-active { @apply text-blue-600 bg-blue-50; }