diff --git a/services/frontend/frontend/src/app.css b/services/frontend/frontend/src/app.css index f13cec0..9107951 100644 --- a/services/frontend/frontend/src/app.css +++ b/services/frontend/frontend/src/app.css @@ -123,8 +123,6 @@ html { body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; - background: var(--surface-base); - color: var(--text-primary); line-height: 1.6; min-height: 100vh; overflow-x: hidden; @@ -587,7 +585,8 @@ svg { display: inline-block; vertical-align: middle; } display: flex; flex-direction: column; height: 100vh; - background: color-mix(in srgb, var(--surface-base) 94%, transparent); + background: var(--surface-base); + color: var(--text-primary); } .app-header {