Files
reiverr/src/app.css

7 lines
98 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
a {
@apply hover:text-amber-200;
}