Add highlighting of code snippets with numbered lines enabled.
This commit is contained in:
parent
3730b32107
commit
52e734fb3c
3 changed files with 23 additions and 7 deletions
|
|
@ -488,3 +488,26 @@ pre, code {
|
|||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
/* Highlight
|
||||
------------------------------ */
|
||||
.post-content pre code {
|
||||
display: block;
|
||||
}
|
||||
.post-content table code {
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
.post-content pre {
|
||||
margin: 30px 0px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
.post-content table pre {
|
||||
margin: 20px 0px;
|
||||
}
|
||||
.highlight table {
|
||||
margin: 30px 0 !important;
|
||||
}
|
||||
.highlight div {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue