anycoder-ac277926 / styles /globals.css
LethalLuck's picture
Upload styles/globals.css with huggingface_hub
a378896 verified
raw
history blame contribute delete
320 Bytes
@tailwind base;
@tailwind components;
@tailwind utilities;
body {
background-color: #0f172a;
color: #f8fafc;
}
/* Custom scrollbar for sleek look */
::-webkit-scrollbar {
width: 8px;
}
::-webkit-scrollbar-track {
background: #1e293b;
}
::-webkit-scrollbar-thumb {
background: #3b82f6;
border-radius: 4px;
}