Edit File: app.css
@tailwind base; @tailwind components; @tailwind utilities; #nprogress .bar { background: #ff5733; /* Your custom color */ } #nprogress .spinner-icon { border-top-color: #ff5733; /* Your custom color */ border-left-color: #ff5733; /* Your custom color */ } #alert { transition: opacity 0.5s ease; }
Back