fix style code and highlight
This commit is contained in:
parent
07fdf8a0fa
commit
edcd2f3814
|
@ -359,6 +359,16 @@ article .post-content {
|
||||||
font-family: "Source Code Pro", monospace;
|
font-family: "Source Code Pro", monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.page-content p code,
|
||||||
|
.page-content li code {
|
||||||
|
display: inline-block;
|
||||||
|
background-color: #2d3132;
|
||||||
|
padding-right: 4px;
|
||||||
|
padding-left: 4px;
|
||||||
|
border: 1px dashed grey !important;
|
||||||
|
font-size: 0.8em;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.page-content blockquote {
|
.page-content blockquote {
|
||||||
border: 1px dashed grey;
|
border: 1px dashed grey;
|
||||||
|
@ -421,10 +431,10 @@ article .post-content {
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
border: 1px dashed grey !important;
|
border: 1px dashed grey !important;
|
||||||
padding: 10px !important;
|
padding: 10px !important;
|
||||||
background-color: #323738 !important;
|
background-color: #2d3132 !important;
|
||||||
}
|
}
|
||||||
.page-content .highlight pre {
|
.page-content .highlight pre {
|
||||||
background-color: #323738 !important;
|
background-color: #2d3132 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue