Blob Blame History Raw
@tailwind base;

/* Recreate some normal behavior */
h1 {
    @apply text-2xl;
}
h2 {
    @apply text-xl;
}
h3 {
    @apply text-lg;
}

@tailwind components;

a {
    @apply underline;
    text-decoration-style: dotted;
}