This commit is contained in:
2020-01-08 22:49:17 +08:00
parent 854ce8b0cf
commit 792d47afbc
10 changed files with 89 additions and 71 deletions

View File

@@ -50,10 +50,10 @@
@apply overflow-x-auto p-4 border border-solid border-gray-400 shadow-lg;
}
.markdown code {
@apply bg-gray-200;
@apply bg-gray-200 font-mono text-sm;
}
.markdown pre code {
@apply bg-transparent font-mono;
@apply bg-transparent;
}
.markdown ul {
@apply text-base pl-8 list-disc;
@@ -67,3 +67,7 @@
.markdown hr {
@apply block my-6 mx-auto max-w-md h-px border-t border-black;
}
.markdown a {
@apply border-b border-black;
}