wordcamp-bristol-2019/wp-content/themes/twentynineteen-tailwindcss/resources/css/custom-base.css

14 lines
171 B
CSS
Raw Normal View History

2019-06-07 13:31:51 +00:00
a {
@apply text-gray-600 no-underline
}
a:hover,
a:focus {
@apply text-blue-800;
}
h2:before {
content: '';
@apply w-10 block border-t-2 border-gray-600 mb-4;
}