ChatBot / ui /src /index.css
krishnadhulipalla's picture
Updated UI & personal data
102dac3
raw
history blame contribute delete
387 Bytes
@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 */
}
}