Skip to content

Commit abe67a3

Browse files
committed
Force white background on pages including StepContainerV2
1 parent 8a5afd9 commit abe67a3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

client/assets/stylesheets/_main.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ body,
4747

4848
body {
4949
background: var(--color-surface-backdrop);
50+
51+
&:has(.step-container-v2) {
52+
background: #fdfdfd;
53+
}
54+
5055
color: var(--color-text);
5156
font-size: $font-body;
5257
line-height: 1.5;

0 commit comments

Comments
 (0)