riffusion-app/styles/globals.css

8 lines
101 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
a {
@apply text-gray-700 underline
}