You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
386 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
@tailwind variants;
body {
background-image: url("./img/background.svg");
}
main.md h1 {
font-size: 1.6rem;
@apply pt-6 pb-4;
}
main.md h2 {
font-size: 1.4rem;
@apply pt-4 pb-2;
}
main.md h3 {
font-size: 1.2rem;
@apply pt-4 pb-2;
}
main.md hr {
@apply my-4;
}
main.md ul {
@apply list-disc list-inside;
}