Add --theme-background to new post page (#1402)

The background colour tag is different, by default, on the new post page so I missed it on my initial sweep
This commit is contained in:
Andrew Bone 2018-12-26 21:53:25 +00:00 committed by Ben Halpern
parent 7181b37784
commit e7770ac6ec

View file

@ -6,8 +6,8 @@
padding-top: calc(98px + 0.2vw);
}
padding-bottom: calc(94px + 2vw);
background: white;
background: $light-gray;
background: var(--theme-background, $light-gray);
}
.articleform {
@ -428,4 +428,4 @@
background: $yellow;
color: $black;
}
}
}