Add --theme-background to comments page (#1386)

The background colour tag is different, by default, on the comment page so I missed it on my initial sweep
This commit is contained in:
Andrew Bone 2018-12-24 14:58:48 +00:00 committed by Ben Halpern
parent 724ae7a106
commit 1f5bc148e0

View file

@ -15,7 +15,8 @@ a.header-link{
}
.comments{
background-color:$light-gray;
background:$light-gray;
background:var(--theme-background,$light-gray);
.picture{
height:180px;
max-width:900px;