Skip to content

Commit

Permalink
SH color tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
cdaddr committed Jul 21, 2010
1 parent 04e02be commit d889bdf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
4 changes: 2 additions & 2 deletions public/css/shThemeCow.css
Expand Up @@ -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 {
Expand Down
10 changes: 4 additions & 6 deletions public/css/style.css
Expand Up @@ -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;
Expand Down
7 changes: 3 additions & 4 deletions src/blog/css.clj
Expand Up @@ -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"
Expand Down

0 comments on commit d889bdf

Please sign in to comment.