nore more <code> background in wook (need to do this for the other themes as well)

This commit is contained in:
Andrew Danger Lyon 2013-03-21 21:41:43 -07:00
parent 86bb9784da
commit 2cdd47a55e

View file

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