CoolFace
Apppublic

Niraj024/priority-leads-pro-tracker

sourceHugging Faceupdated 11mo agoView on Hugging Face
0likes
style.css23 linesDownload Raw Back to root
1/* Custom styles */2body {3    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;4}5 6/* Custom scrollbar */7::-webkit-scrollbar {8    width: 8px;9    height: 8px;10}11 12::-webkit-scrollbar-track {13    background: #f1f1f1;14}15 16::-webkit-scrollbar-thumb {17    background: #cbd5e0;18    border-radius: 4px;19}20 21::-webkit-scrollbar-thumb:hover {22    background: #a0aec0;23}