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:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user