fix style code and highlight

This commit is contained in:
eorn 2021-04-05 18:54:21 +02:00
parent 07fdf8a0fa
commit edcd2f3814

View file

@ -359,6 +359,16 @@ article .post-content {
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 {
border: 1px dashed grey;
@ -421,10 +431,10 @@ article .post-content {
font-size: 0.8em;
border: 1px dashed grey !important;
padding: 10px !important;
background-color: #323738 !important;
background-color: #2d3132 !important;
}
.page-content .highlight pre {
background-color: #323738 !important;
background-color: #2d3132 !important;
}