quote inline code
This commit is contained in:
parent
3faa3e42f0
commit
6a2e2461fb
|
@ -7,8 +7,17 @@ p {
|
|||
}
|
||||
code {
|
||||
font-family: "Source Code Pro", monospace;
|
||||
padding: 0 !important;
|
||||
}
|
||||
code:not(.block) {
|
||||
padding: 0 0 1pt 0 !important;
|
||||
}
|
||||
code:not(.block)::before {
|
||||
content: '‘';
|
||||
}
|
||||
code:not(.block)::after {
|
||||
content: '’';
|
||||
}
|
||||
pre {
|
||||
margin-left: 2em;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue