diff --git a/src/styles/base/global.css b/src/styles/base/global.css index d80917ed..359575d5 100644 --- a/src/styles/base/global.css +++ b/src/styles/base/global.css @@ -2,7 +2,7 @@ /* Body - keep only app-specific overrides */ body { - background: var(--color-bg); + background: var(--color-bg-subtle); color: var(--color-text); overscroll-behavior: none; -webkit-overflow-scrolling: touch;