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

15 lines
163 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;
@tailwind utilities;