rmm2/frontend/src/index.css

18 lines
276 B
CSS

@import "tailwindcss";
body {
@apply bg-gray-950 text-gray-100;
}
/* Scrollbar styling */
::-webkit-scrollbar {
width: 6px;
}
::-webkit-scrollbar-track {
background: rgb(17, 24, 39);
}
::-webkit-scrollbar-thumb {
background: rgb(55, 65, 81);
border-radius: 3px;
}