theme: brighten normal dark-mode text above the muted gray level
After the gray text was raised to #cbd5e1 in dark mode, elements using dark:text-slate-300 (inactive tabs, labels, list text) matched the muted level. Map dark:text-slate-300 to #e2e8f0 (slate-200, the body's dark text color) so normal text stays one step brighter than muted gray. SW cache v96 -> v97.
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
const CACHE = 'otaman-v96';
|
||||
const CACHE = 'otaman-v97';
|
||||
const URLS = [
|
||||
'index.html',
|
||||
'help.html',
|
||||
|
||||
Reference in New Issue
Block a user