diff --git a/steedos-packages/webapp-public/public/customize.css b/steedos-packages/webapp-public/public/customize.css index 0a4d9a27df..1601a6a143 100644 --- a/steedos-packages/webapp-public/public/customize.css +++ b/steedos-packages/webapp-public/public/customize.css @@ -31,7 +31,6 @@ html { /* :root { --body-bg: rgb(225, 239, 254); - /* --body-bg: top / cover no-repeat url(/images/defaultBackground.svg); */ } */ @media only screen and (max-width: 768px) { @@ -40,9 +39,9 @@ html { } } -/* body { +body { background: var(--body-bg); -} */ +} .creator-content-wrapper { overflow: auto !important;