mirror of
https://github.com/dergigi/boris.git
synced 2026-01-03 06:54:53 +01:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user