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:
parent
724ae7a106
commit
1f5bc148e0
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue