Level 51
Run npm run dev while you're developing. and npm run build to build the files for production.
1 like
I'm trying to make my login screen dark themed, google says that it uses tailwind but tailwind's bg color classes aren't working on the page.
For example, the main background color comes from a bg-gray-100 class in the views/components/auth-card.blade.php file by default, I'm trying to change it to a dark colored tailwind class, it turns into a bright white.

I tried almost every color on the list (2nd image) and only 2 of them are working bg-gray-100 (default one) and bg-gray-800
Run npm run dev while you're developing. and npm run build to build the files for production.
Please or to participate in this conversation.