Add --theme-background to notifications page (#1374)

The background colour is different, by default, on the notification page so I missed it on my initial sweep.
This commit is contained in:
Andrew Bone 2018-12-20 17:51:23 +00:00 committed by Ben Halpern
parent 6c88857865
commit 3feccdc852

View file

@ -1,6 +1,7 @@
@import 'variables';
.notifications-index {
background:$light-gray;
background: $light-gray;
background:var(--theme-background, $light-gray);
.home{
.articles-list{
.signup-cue{