keks.cloud/layouts/input.css

26 lines
382 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
li {
@apply list-disc ml-8
}
a {
@apply hover:text-sky-800 underline
}
h1 {
@apply text-5xl text-sky-600 mb-1 mt-3
}
h2 {
@apply text-4xl text-sky-600 mb-1 mt-3
}
h3 {
@apply text-3xl text-sky-600 mb-1 mt-3
}
body {
@apply font-light tracking-wide text-gray-500 leading-7
}
img {
@apply my-3
}