presentations/wp-content/themes/twentynineteen-tailwindcss/resources/css/custom-base.css

14 lines
169 B
CSS
Raw Normal View History

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