PR-AGENT / src /index.css
Seth
Your commit message
3c11192
raw
history blame contribute delete
335 Bytes
@tailwind base;
@tailwind components;
@tailwind utilities;
.material-symbols-outlined {
font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}
::-webkit-scrollbar {
width: 6px;
}
::-webkit-scrollbar-track {
background: transparent;
}
::-webkit-scrollbar-thumb {
background: #e4e2e3;
border-radius: 10px;
}