20 lines
315 B
CSS
20 lines
315 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 + div > pre {
|
|
@apply mt-0 rounded-t-none;
|
|
}
|
|
|
|
.task-list-item:before {
|
|
@apply hidden;
|
|
}
|
|
|
|
html {
|
|
scroll-behavior: smooth;
|
|
}
|