From d889bdf2943b0b9177cd6ce8d12cf2ddf9179dab Mon Sep 17 00:00:00 2001 From: Brian Carper Date: Wed, 21 Jul 2010 14:53:02 -0700 Subject: [PATCH] SH color tweaks --- public/css/shThemeCow.css | 4 ++-- public/css/style.css | 10 ++++------ src/blog/css.clj | 7 +++---- 3 files changed, 9 insertions(+), 12 deletions(-) diff --git a/public/css/shThemeCow.css b/public/css/shThemeCow.css index 553aecb..390f22d 100644 --- a/public/css/shThemeCow.css +++ b/public/css/shThemeCow.css @@ -19,10 +19,10 @@ background-color: #202020 !important; } .syntaxhighlighter .line.alt1 { - background-color: #171717 !important; + background-color: #202020 !important; } .syntaxhighlighter .line.alt2 { - background-color: #171717 !important; + background-color: #202020 !important; } /* .syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 { diff --git a/public/css/style.css b/public/css/style.css index 688bc9c..771b8e2 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -25,16 +25,14 @@ body { padding-left: 5px;} body pre { - overflow: auto;} + overflow: auto; + color: #eee; + padding: 10px; + background: #202020;} body pre code { border: none;} - body code { - background: #eee; - color: #333; - padding: 0 2px;} - body .error { color: black; padding: 5px 0; diff --git a/src/blog/css.clj b/src/blog/css.clj index 4b63ee7..b276b03 100644 --- a/src/blog/css.clj +++ b/src/blog/css.clj @@ -45,11 +45,10 @@ ;:border "1px #ccc solid" ;:border-left "10px #ccc solid" :overflow "auto" + :color "#eee" + :padding "10px" + :background "#202020" [:code no-border]] - [:code - :background "#eee" - :color "#333" - :padding "0 2px"] [:.error message-box :background "#d99383"