From 1f5bc148e05bf4f5ff02a504e21c5284f80d96dc Mon Sep 17 00:00:00 2001 From: Andrew Bone Date: Mon, 24 Dec 2018 14:58:48 +0000 Subject: [PATCH] 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 --- app/assets/stylesheets/comments.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/comments.scss b/app/assets/stylesheets/comments.scss index b84c346b4..1b5e9228b 100644 --- a/app/assets/stylesheets/comments.scss +++ b/app/assets/stylesheets/comments.scss @@ -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;