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;