anycoder-3f533a5e / styles /globals.css
Manojsha9530's picture
Upload styles/globals.css with huggingface_hub
06c216b
Raw
History Blame Contribute Delete
298 Bytes
@tailwind base;
@tailwind components;
@tailwind utilities;
body {
background-color: #0f172a;
}
/* Custom scrollbar for webkit */
::-webkit-scrollbar {
width: 8px;
}
::-webkit-scrollbar-track {
background: #1e293b;
}
::-webkit-scrollbar-thumb {
background: #475569;
border-radius: 4px;
}