wordcamp-bristol-2019/wp-content/themes/wp-tailwind/src/css/style.css

38 lines
418 B
CSS

@tailwind base;
a {
@apply text-grey-darker no-underline
}
a:hover,
a:focus {
@apply text-blue-dark underline
}
@tailwind components;
.content {
@apply font-serif text-lg leading-loose;
@screen md {
@apply text-xl
}
h2 {
@apply text-2xl font-bold mt-8 -mb-5
}
a {
@apply text-black font-bold
}
* + * {
@apply mt-6
}
li + li {
@apply mt-0
}
}
@tailwind utilities;