Markdown improvements

This commit is contained in:
2020-08-24 18:50:54 +02:00
parent 815770303c
commit f6e33ed3b4
4 changed files with 64 additions and 69 deletions
+6 -1
View File
@@ -86,7 +86,12 @@
}
pre {
@apply my-4 rounded-md overflow-x-auto p-2 block font-mono bg-gray-800;
@apply my-4 bg-gray-800 overflow-x-auto block;
--MONO: 1;
}
code {
@apply p-2 text-sm bg-gray-800 font-mono rounded-md;
--MONO: 1;
}