jonbio/css/tailwind.css

20 lines
309 B
CSS
Raw Normal View History

2021-01-09 17:50:45 +08:00
@tailwind base;
@tailwind components;
@tailwind utilities;
.remark-code-title {
2021-01-10 15:14:26 +08:00
@apply text-gray-200 px-5 py-3 rounded-t bg-gray-700 text-sm font-mono font-bold;
2021-01-09 17:50:45 +08:00
}
2021-01-10 15:14:26 +08:00
2021-01-09 17:50:45 +08:00
.remark-code-title + pre {
2021-01-10 15:14:26 +08:00
@apply mt-0 rounded-t-none;
2021-01-09 17:50:45 +08:00
}
.task-list-item:before {
2021-01-10 15:14:26 +08:00
@apply hidden;
2021-01-09 17:50:45 +08:00
}
html {
scroll-behavior: smooth;
}