fix(post): styling
This commit is contained in:
parent
38f9ad70ec
commit
c7fba64e62
1 changed files with 2 additions and 1 deletions
|
|
@ -49,10 +49,11 @@ li {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
code {
|
:not(pre) > code {
|
||||||
font-family: "Courier New", Courier, monospace;
|
font-family: "Courier New", Courier, monospace;
|
||||||
background-color: #f4f4f4;
|
background-color: #f4f4f4;
|
||||||
padding: 2px 4px;
|
padding: 2px 4px;
|
||||||
|
margin: 0 5px;
|
||||||
border: 1px solid #e1e1e1;
|
border: 1px solid #e1e1e1;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
font-size: 0.95em;
|
font-size: 0.95em;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue