old.martials.no/src/index.css

12 lines
148 B
CSS
Raw Normal View History

2022-12-04 17:51:05 +01:00
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer components {
.link {
@apply hover:underline text-blue-500;
}
}