lufi/themes/default/tailwindcss/styles/000-base.css

20 lines
222 B
CSS

@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;
}