fixing pre/code.lisp issue in strings/comments

This commit is contained in:
Andrew Danger Lyon 2013-03-20 14:40:19 -07:00
parent 37c8c02e6b
commit 7a14f7df02

View file

@ -16,5 +16,5 @@ code.lisp .variable.global {color: #939;}
code.lisp .variable.constant {color: #229;}
code.lisp .nil {color: #f00;}
code.lisp .comment, pre .comment *, pre .comment .string {color: #aaa !important;}
code.lisp .string, pre .string * {color: #d14 !important;}
code.lisp .comment, code.lisp .comment *, code.lisp .comment .string {color: #aaa !important;}
code.lisp .string, code.lisp .string * {color: #d14 !important;}