heading-code-scss: fix background color

This commit is contained in:
Peter Bacon Darwin 2015-11-04 11:20:31 +00:00
parent bdc647462e
commit 8199aeffdc
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
h1, h2, h3, h4 { h1, h2, h3, h4 {
.prettyprint { .prettyprint {
background: $snow; background: none;
font-family: $mono-font; font-family: $mono-font;
color: $steel; color: $steel;
overflow: hidden; overflow: hidden;