2021-01-09 17:50:45 +08:00
|
|
|
@tailwind base;
|
|
|
|
@tailwind components;
|
|
|
|
@tailwind utilities;
|
|
|
|
|
|
|
|
.remark-code-title {
|
2021-01-12 23:35:36 +08:00
|
|
|
@apply px-5 py-3 font-mono text-sm font-bold text-gray-200 bg-gray-700 rounded-t;
|
2021-01-09 17:50:45 +08:00
|
|
|
}
|
2021-01-10 15:14:26 +08:00
|
|
|
|
2021-06-02 21:47:13 +08:00
|
|
|
.remark-code-title + div > 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;
|
|
|
|
}
|