martials.no/src/styles/global.css

24 lines
303 B
CSS
Raw Normal View History

2024-09-25 22:20:47 +02:00
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer utilities {
.debug {
@apply border border-red-500;
}
2024-09-25 22:20:47 +02:00
}
@layer base {
br {
@apply my-4;
}
h1 {
@apply text-4xl font-bold mb-2;
}
h2 {
@apply text-3xl font-bold mb-2;
}
2024-09-25 22:20:47 +02:00
}