Fix: Dark-Mode Landing mit color-scheme Meta-Tag und !important-Overrides (SW by-v954)
- <meta name="color-scheme" content="light dark"> ergänzt - color-scheme: light dark / dark in :root - Alle Dark-Mode-Regeln auf !important umgestellt um Inline-Styles zu schlagen - #funktionen, #warum, #vergleich, #preise, #ueber ergänzt
This commit is contained in:
parent
996ee9c97e
commit
e548c43010
4 changed files with 32 additions and 21 deletions
|
|
@ -3,7 +3,7 @@
|
|||
Offline-Cache + Push Notifications + Tile-Cache
|
||||
============================================================ */
|
||||
|
||||
const CACHE_VERSION = 'by-v953';
|
||||
const CACHE_VERSION = 'by-v954';
|
||||
const CACHE_STATIC = `${CACHE_VERSION}-static`;
|
||||
const CACHE_TILES = 'ban-yaro-tiles-v1'; // bleibt über SW-Updates erhalten
|
||||
const CACHE_API = 'ban-yaro-api-v1'; // API-Response-Cache
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue