Skip to content
This repository was archived by the owner on Apr 22, 2020. It is now read-only.

Commit 1f1e74c

Browse files
author
mikesamuel@gmail.com
committed
fixed selector in Desert style so that the background color shows properly
1 parent 22a1d7d commit 1f1e74c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

styles/desert.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* desert scheme ported from vim to google prettify */
2-
pre.prettify { display: block; background-color: #333 }
2+
pre.prettyprint { display: block; background-color: #333 }
33
pre .nocode { background-color: none; color: #000 }
44
pre .str { color: #ffa0a0 } /* string - pink */
55
pre .kwd { color: #f0e68c; font-weight: bold }
@@ -20,7 +20,7 @@ li.L0,li.L1,li.L2,li.L3,li.L5,li.L6,li.L7,li.L8 { list-style-type: none }
2020
li.L1,li.L3,li.L5,li.L7,li.L9 { }
2121

2222
@media print {
23-
pre.prettify { background-color: none }
23+
pre.prettyprint { background-color: none }
2424
pre .str, code .str { color: #060 }
2525
pre .kwd, code .kwd { color: #006; font-weight: bold }
2626
pre .com, code .com { color: #600; font-style: italic }

0 commit comments

Comments
 (0)