Genzee4now/anycoder-4a42d84b
0
1@tailwind base;2@tailwind components;3@tailwind utilities;4 5@layer base {6 html {7 scroll-behavior: smooth;8 }9 10 body {11 @apply bg-amber-50 text-gray-800 antialiased;12 }13}14 15@layer components {16 .scrollbar-hide {17 -ms-overflow-style: none;18 scrollbar-width: none;19 }20 21 .scrollbar-hide::-webkit-scrollbar {22 display: none;23 }24}