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:
parent
6c88857865
commit
3feccdc852
1 changed files with 2 additions and 1 deletions
|
|
@ -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{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue