Skip to content

Commit

Permalink
fix insufficiently specific pre.highlight selectors
Browse files Browse the repository at this point in the history
  • Loading branch information
ursetto committed Dec 12, 2011
1 parent 941bfb5 commit 5da7b2f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions chickadee.css
Expand Up @@ -577,13 +577,15 @@ pre.highlight .comment {
color: #44a;
font-style: italic;
}
pre.highlight .string, .character {
pre.highlight .string, pre.highlight .character {
color: #264;
}
pre.highlight .default {
color: #000;
}
pre.highlight .paren1, .paren2, .paren3, .paren4, .paren5, .paren6 {
pre.highlight .paren1, pre.highlight .paren2,
pre.highlight .paren3, pre.highlight .paren4,
pre.highlight .paren5, pre.highlight .paren6 {
color: #777;
}

Expand Down

0 comments on commit 5da7b2f

Please sign in to comment.