diff --git a/themes/swissfini/assets/js/accessibility.js b/themes/swissfini/assets/js/accessibility.js index 0e7874c..ae72534 100644 --- a/themes/swissfini/assets/js/accessibility.js +++ b/themes/swissfini/assets/js/accessibility.js @@ -25,11 +25,11 @@ const DEFAULTS = { fontSize: 3, // 1-5 scale, 3 = 100% - theme: 'system', // 'light', 'dark', 'high-contrast', 'system' - dyslexiaFont: false, - lineSpacing: 'normal', // 'compact', 'normal', 'relaxed', 'loose' + theme: 'dark', // 'light', 'dark', 'high-contrast', 'system' + dyslexiaFont: true, + lineSpacing: 'loose', // 'compact', 'normal', 'relaxed', 'loose' reducedMotion: 'system', // 'true', 'false', 'system' - readingWidth: 'medium', // 'narrow', 'medium', 'wide' + readingWidth: 'wide', // 'narrow', 'medium', 'wide' enhancedFocus: false };