Proper markdown highlighting

This commit is contained in:
John Crepezzi 2011-11-27 23:39:09 -05:00
parent 481155194a
commit 2a3a9046d8
6 changed files with 11 additions and 9 deletions

View file

@ -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;
}