From 7ad9c90e16189965807150b5b28bdc5370bd4abf Mon Sep 17 00:00:00 2001 From: Andrew Danger Lyon Date: Tue, 9 Apr 2013 19:47:25 -0700 Subject: [PATCH] fixing coloring issues in comment -> string -> etc span blocks --- themes/dark.css | 5 ++++- themes/github.css | 5 ++++- themes/wookie.css | 5 ++++- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/themes/dark.css b/themes/dark.css index b216b2b..ab2464b 100644 --- a/themes/dark.css +++ b/themes/dark.css @@ -20,5 +20,8 @@ code.lisp .variable.constant {color: #a77;} code.lisp .nil {color: #de935f;} code.lisp .list {} -code.lisp .comment, code.lisp .comment *, code.lisp .comment .string {color: #777 !important;} code.lisp .string, code.lisp .string * {color: #b5bd88 !important;} +code.lisp .comment, +code.lisp .comment *, +code.lisp .comment .string +code.lisp .comment .string * {color: #777 !important;} diff --git a/themes/github.css b/themes/github.css index e61b177..8031c64 100644 --- a/themes/github.css +++ b/themes/github.css @@ -20,5 +20,8 @@ code.lisp .variable.constant {color: #229;} code.lisp .nil {color: #f00;} code.lisp .list {color: #222;} -code.lisp .comment, code.lisp .comment *, code.lisp .comment .string {color: #aaa !important;} code.lisp .string, code.lisp .string * {color: #d14 !important;} +code.lisp .comment, +code.lisp .comment *, +code.lisp .comment .string +code.lisp .comment .string * {color: #aaa !important;} diff --git a/themes/wookie.css b/themes/wookie.css index 26bd67c..a82742d 100644 --- a/themes/wookie.css +++ b/themes/wookie.css @@ -20,5 +20,8 @@ code.lisp .variable.constant {color: #96a646;} code.lisp .nil {color: #db919e; font-weight: bold;} code.lisp .list {} -code.lisp .comment, code.lisp .comment *, code.lisp .comment .string {color: #777 !important;} code.lisp .string, code.lisp .string * {color: #db7d8e !important;} +code.lisp .comment, +code.lisp .comment *, +code.lisp .comment .string +code.lisp .comment .string * {color: #777 !important;}