@import "tailwindcss"; @layer utilities { /* Custom Scrollbar for Dark Mode */ ::-webkit-scrollbar { width: 6px; height: 6px; } ::-webkit-scrollbar-track { background: transparent; } ::-webkit-scrollbar-thumb { background: #3f3f46; /* zinc-700 */ border-radius: 10px; } ::-webkit-scrollbar-thumb:hover { background: #52525b; /* zinc-600 */ } }