mirror of
https://github.com/vale981/highlight-lisp
synced 2025-03-04 17:01:38 -05:00
nore more <code> background in wook (need to do this for the other themes as well)
This commit is contained in:
parent
86bb9784da
commit
2cdd47a55e
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
*/
|
||||
pre { white-space: pre; background-color: #1d1f21; border: 0px solid #ccc; font-size: 13px; line-height: 19px; overflow: auto; padding: 6px 10px; border-radius: 3px; }
|
||||
pre code.lisp {white-space: pre; margin: 0; padding: 0; background: none; border: none; overflow-x: auto; font-size: 13px;}
|
||||
code.lisp {margin: 0 2px; padding: 0 5px; white-space: nowrap; font-family: Consolas, "Liberation Mono", Courier, monospace; background: #f8f8f8; border: 1px solid #eaeaea; border-radius: 3px;}
|
||||
code.lisp {margin: 0 2px; padding: 0 5px; white-space: nowrap; font-family: Consolas, "Liberation Mono", Courier, monospace; border: 1px solid #eaeaea; border-radius: 3px;}
|
||||
|
||||
code.lisp {color: #c5c8c6; color: #c9bf9f;}
|
||||
code.lisp .function {color: #d9c382;}
|
||||
|
|
Loading…
Add table
Reference in a new issue