jonbio/css/tailwind.css
2021-01-12 23:35:36 +08:00

20 lines
309 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
.remark-code-title {
@apply px-5 py-3 font-mono text-sm font-bold text-gray-200 bg-gray-700 rounded-t;
}
.remark-code-title + pre {
@apply mt-0 rounded-t-none;
}
.task-list-item:before {
@apply hidden;
}
html {
scroll-behavior: smooth;
}