Files
blog-nextjs/styles/globals.css

8 lines
163 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
body {
@apply bg-white text-gray-900 dark:bg-gray-950 dark:text-gray-100 text-[15px] sm:text-base;
}