heading-code-scss: fix background color
This commit is contained in:
parent
bdc647462e
commit
8199aeffdc
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue