wordcamp-bristol-2019/wp-content/themes/twentynineteen-tailwindcss/src/css/components/post.css

16 lines
205 B
CSS
Raw Normal View History

2019-03-23 07:18:14 +00:00
.entry-title {
@apply text-black text-4xl font-bold mt-6 mb-8;
@screen md {
@apply text-5xl
}
}
.entry-title a {
@apply text-inherit;
&:hover {
@apply text-gray-800 no-underline
}
}