Improve inline code in rendered markdown

This commit is contained in:
Jonatan Kłosko 2021-04-09 14:31:34 +02:00
parent 88e2618459
commit 535f7882b0

View file

@ -103,10 +103,7 @@
}
.markdown code {
@apply py-1 px-2 rounded-lg text-sm align-middle font-mono;
/* Match the editor colors */
background-color: #282c34;
color: #abb2bf;
@apply py-[0.2rem] px-2 rounded-lg text-sm align-middle font-mono bg-gray-200;
}
.markdown pre > code {