Add --theme-background to new post page (#1402)
The background colour tag is different, by default, on the new post page so I missed it on my initial sweep
This commit is contained in:
parent
7181b37784
commit
e7770ac6ec
1 changed files with 2 additions and 2 deletions
|
|
@ -6,8 +6,8 @@
|
|||
padding-top: calc(98px + 0.2vw);
|
||||
}
|
||||
padding-bottom: calc(94px + 2vw);
|
||||
background: white;
|
||||
background: $light-gray;
|
||||
background: var(--theme-background, $light-gray);
|
||||
}
|
||||
|
||||
.articleform {
|
||||
|
|
@ -428,4 +428,4 @@
|
|||
background: $yellow;
|
||||
color: $black;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue