Web: settings page nav/header follow the surface colour too

The settings modal's own left nav and header were on --bg-app; point them at
--bg-sidebar / --bg-topbar so they track surface_color like the main sidebar.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Scarriffle
2026-07-14 22:08:22 +02:00
parent 131f6b496d
commit 7a89cc44f8
2 changed files with 3 additions and 1 deletions

View File

@@ -7,7 +7,7 @@
// the entry HTML / version files). New releases take effect on the next
// reload, no manual SW unregister required.
const CACHE_VERSION = 'calendarr-v28';
const CACHE_VERSION = 'calendarr-v29';
const OFFLINE_SHELL = ['/', '/index.html'];
self.addEventListener('install', event => {