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

34 lines
459 B
CSS
Raw Normal View History

2019-03-19 11:37:15 +00:00
/*
2019-03-22 22:17:33 +00:00
Theme Name: Twenty Nineteen - Tailwind CSS
Template: twentynineteen
2019-03-19 11:37:15 +00:00
*/
2019-03-17 22:50:21 +00:00
@tailwind base;
a {
@apply text-gray-600 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-700
2019-03-17 22:50:21 +00:00
}
@tailwind components;
2019-03-22 23:49:42 +00:00
h2 {
&:before {
content: '';
@apply w-12 block border-t-2 border-gray-600 mb-6
}
}
2019-03-22 23:51:14 +00:00
.screen-reader-text {
@apply absolute opacity-0 pointer-events-none
}
2019-03-23 07:32:01 +00:00
@import 'components/content.css';
2019-03-23 07:18:14 +00:00
@import 'components/post.css';
2019-03-17 22:50:21 +00:00
@tailwind utilities;