We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 542ac81 commit c3ab817Copy full SHA for c3ab817
src/containers/App.jsx
@@ -104,7 +104,8 @@ const App = () => {
104
}
105
106
return (
107
- <Layout monoColumn>
+ // u-bg-white avoids mix-blend-mode from home-custom-background to be linked to the background color of the body. Must not be responsive to the theme.
108
+ <Layout monoColumn className="u-bg-white">
109
<BarComponent
110
searchOptions={{ enabled: false }}
111
componentsProps={{
src/styles/app.styl
@@ -24,9 +24,6 @@ body
24
overflow auto
25
26
.App
27
- // Avoid mix-blend-mode from home-custom-background to be linked to the background color of the body.
28
- // Must not be responsive to the theme.
29
- background-color white
30
overflow-y overlay
31
32
&.custom-wallpaper
0 commit comments