10 lines
158 B
CSS
10 lines
158 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
@layer base {
|
|
body {
|
|
@apply scrollbar-track-gray-50 scrollbar-thumb-amber-400
|
|
}
|
|
}
|