diff --git a/highlight.rkt b/highlight.rkt index 553240c..fe62af8 100644 --- a/highlight.rkt +++ b/highlight.rkt @@ -127,6 +127,7 @@ if zero is False: [else (default code)]))) result) +/* Other CSS options available from http://richleland.github.io/pygments-css/ */ (define (make-highlight-css) '(style ((type "text/css")) ".highlight .hll { background-color: #ffffcc }