mirror of
https://github.com/seejohnrun/haste-server.git
synced 2026-02-04 02:47:15 +00:00
Proper markdown highlighting
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user