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

35 lines
380 B
CSS
Raw Normal View History

2019-03-17 22:50:21 +00:00
@tailwind base;
a {
2019-03-17 22:52:22 +00:00
@apply text-grey-darker no-underline
2019-03-17 22:50:21 +00:00
}
2019-03-17 22:52:22 +00:00
2019-03-17 22:50:21 +00:00
a:hover,
a:focus {
@apply text-blue-dark underline
}
@tailwind components;
2019-03-18 00:08:10 +00:00
.content {
@apply font-serif text-xl leading-loose;
h2 {
@apply text-2xl font-bold mt-8 -mb-5
}
a {
@apply text-black font-bold
}
* + * {
@apply mt-6
}
li + li {
@apply mt-0
}
}
2019-03-17 22:50:21 +00:00
@tailwind utilities;