Skip to content

Accessibility Settings

Applies to: Dispatch v1.0.0, last updated 2026-04-05

These settings are on the Access tab of the settings panel. Open the panel with the gear icon in the top-right navbar.


SettingDefaultDescription
Dyslexic ModeoffOverrides the font with OpenDyslexic regardless of the Visual tab font selection. Loads the font on demand from jsDelivr CDN the first time it is enabled.

When Dyslexic Mode is on, the font family picker in the Visual tab is disabled and a notice confirms OpenDyslexic is active.


SettingDefaultDescription
High ContrastoffBoosts text contrast to WCAG AAA levels. Overrides theme text colors. Sets data-high-contrast="true" on <html>.

When high contrast mode is on, text and border colors are boosted to WCAG AAA contrast levels regardless of the selected theme.

Applies an SVG feColorMatrix filter to the entire UI to remap colors for the selected deficiency.

ValueDeficiency
noneOff (no filter applied, default)
protanopiaReduced red sensitivity
deuteranopiaReduced green sensitivity (most common form, affects ~8% of males)
tritanopiaReduced blue sensitivity

The filter applies to the full page. Switching to none removes it immediately.


Controls spacing at the body level (WCAG 1.4.12, Text Spacing).

SettingOptionsDefaultDescription
Line HeightTight / Normal / Relaxed / LooseNormalVertical spacing between lines of text
Letter SpacingNormal / Wide / WiderNormalSpace between individual characters
Word SpacingNormal / Wide / WiderNormalSpace between words

Letter spacing CSS values:

ValueCSS
normalbrowser default
wide0.05 em
wider0.12 em

Word spacing CSS values:

ValueCSS
normalbrowser default
wide0.1 em
wider0.2 em

SettingDefaultDescription
Reduce AnimationsoffDisables slide-in and transition effects. Sets data-reduced-motion="true" on <html> and --settings-animation-duration to 0ms.

SettingDefaultDescription
Large Click TargetsoffIncreases tap and click areas for buttons to a 40×40 px minimum. Sets data-large-targets="true" on <html>.
Always Show Focus RingoffMakes the keyboard focus outline visible even when navigating with a mouse. Sets data-focus-always="true" on <html>.

Dispatch uses ARIA attributes throughout the UI:

  • Activity feed filter panel toggle: aria-expanded
  • Sort, font-size, group-by, and chip buttons: aria-pressed
  • Persona and project chip groups: role="group"
  • Empty-state element in the activity feed: aria-live="polite"
  • Session card keyboard activation: Enter or Space opens the drawer