theme: increase contrast of muted text, lighten red in dark mode

- Light theme: darken gray-400/500/600 muted text one step
- Dark theme: lighten slate-400/500 muted text one step
- Dark theme: lighten red-500/600/700 text (was too dark on dark bg)

SW cache v40.
This commit is contained in:
2026-09-09 22:21:28 +03:00
parent 9d7fa11871
commit 1daced1e18
2 changed files with 33 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
const CACHE = 'otaman-v39';
const CACHE = 'otaman-v40';
const URLS = [
'index.html',
'help.html',