martials.no/src/styles/global.css

29 lines
393 B
CSS
Raw Normal View History

@import "tailwindcss";
@plugin "@tailwindcss/typography";
@plugin "daisyui";
2024-09-25 22:20:47 +02:00
@layer utilities {
.debug {
@apply border border-red-500;
}
2024-09-25 22:20:47 +02:00
}
@layer base {
br {
@apply my-0.5;
}
h1 {
@apply text-4xl font-bold mb-2;
}
h2 {
@apply text-3xl font-bold mb-2;
}
/* TODO change default style*/
a {
@apply link
}
2024-09-25 22:20:47 +02:00
}