fix(theme): use darker background for app body

- Change body background from --color-bg to --color-bg-subtle
- Creates visual depth and hierarchy between app bg and content
- Content panels now stand out more against the background
This commit is contained in:
Gigi
2025-10-14 10:05:10 +02:00
parent 22961ee479
commit 2a422fbeb9

View File

@@ -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;