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

14 lines
164 B
CSS
Raw Normal View History

2019-03-17 22:50:21 +00:00
@tailwind base;
a {
@apply text-grey-darker no-underline
}
a:hover,
a:focus {
@apply text-blue-dark underline
}
@tailwind components;
@tailwind utilities;