Proper markdown highlighting
This commit is contained in:
parent
481155194a
commit
2a3a9046d8
6 changed files with 11 additions and 9 deletions
|
@ -51,7 +51,8 @@ pre .built_in,
|
|||
pre .lisp .title,
|
||||
pre .identifier,
|
||||
pre .title .keymethods,
|
||||
pre .id {
|
||||
pre .id,
|
||||
pre .header {
|
||||
color: #268bd2;
|
||||
}
|
||||
|
||||
|
@ -91,6 +92,7 @@ pre .deletion {
|
|||
color: #dc322f;
|
||||
}
|
||||
|
||||
pre .tex .formula {
|
||||
pre .tex .formula,
|
||||
pre .code {
|
||||
background: #073642;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue