quote inline code
This commit is contained in:
parent
3faa3e42f0
commit
6a2e2461fb
1 changed files with 9 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue