fix(styling)
This commit is contained in:
parent
ed83255604
commit
5ce278c8fa
2 changed files with 20 additions and 25 deletions
|
|
@ -53,16 +53,21 @@ li {
|
|||
font-family: "Courier New", Courier, monospace;
|
||||
padding: 2px 4px;
|
||||
margin: 0 5px;
|
||||
border: 1px solid #e1e1e1;
|
||||
border-radius: 4px;
|
||||
font-size: 0.95em;
|
||||
white-space: nowrap;
|
||||
border: 1px solid #e1e1e1;
|
||||
}
|
||||
|
||||
code {
|
||||
code,
|
||||
pre {
|
||||
border-radius: 4px;
|
||||
background: #f4f4f4 !important;
|
||||
}
|
||||
|
||||
pre {
|
||||
border: 1px solid #e1e1e1;
|
||||
}
|
||||
|
||||
.post-title::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue