Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

Commit

Permalink
fixed selector in Desert style so that the background color shows pro…
Browse files Browse the repository at this point in the history
…perly
  • Loading branch information
[email protected] committed Feb 4, 2013
1 parent 22a1d7d commit 1f1e74c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions styles/desert.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* desert scheme ported from vim to google prettify */
pre.prettify { display: block; background-color: #333 }
pre.prettyprint { display: block; background-color: #333 }
pre .nocode { background-color: none; color: #000 }
pre .str { color: #ffa0a0 } /* string - pink */
pre .kwd { color: #f0e68c; font-weight: bold }
Expand All @@ -20,7 +20,7 @@ li.L0,li.L1,li.L2,li.L3,li.L5,li.L6,li.L7,li.L8 { list-style-type: none }
li.L1,li.L3,li.L5,li.L7,li.L9 { }

@media print {
pre.prettify { background-color: none }
pre.prettyprint { background-color: none }
pre .str, code .str { color: #060 }
pre .kwd, code .kwd { color: #006; font-weight: bold }
pre .com, code .com { color: #600; font-style: italic }
Expand Down

0 comments on commit 1f1e74c

Please sign in to comment.