final??
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user