quote inline code

This commit is contained in:
Sebastian Köln 2019-03-20 17:02:05 +01:00
parent 3faa3e42f0
commit 6a2e2461fb
1 changed files with 9 additions and 0 deletions

View File

@ -7,8 +7,17 @@ p {
} }
code { code {
font-family: "Source Code Pro", monospace; font-family: "Source Code Pro", monospace;
padding: 0 !important;
}
code:not(.block) {
padding: 0 0 1pt 0 !important; padding: 0 0 1pt 0 !important;
} }
code:not(.block)::before {
content: '';
}
code:not(.block)::after {
content: '';
}
pre { pre {
margin-left: 2em; margin-left: 2em;
} }