2019-03-19 11:37:15 +00:00
|
|
|
/*
|
2019-03-22 22:17:33 +00:00
|
|
|
Theme Name: Twenty Nineteen - Tailwind CSS
|
2019-03-22 23:04:27 +00:00
|
|
|
Template: twentynineteen
|
2019-03-19 11:37:15 +00:00
|
|
|
*/
|
|
|
|
|
2019-03-17 22:50:21 +00:00
|
|
|
@tailwind base;
|
|
|
|
|
|
|
|
a {
|
2019-03-18 18:37:21 +00:00
|
|
|
@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 {
|
2019-03-18 18:37:21 +00:00
|
|
|
@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;
|