diff --git a/editor.planx.uk/src/theme.ts b/editor.planx.uk/src/theme.ts index f1b4cf53f3..d42b363b88 100644 --- a/editor.planx.uk/src/theme.ts +++ b/editor.planx.uk/src/theme.ts @@ -260,6 +260,13 @@ const getThemeOptions = ({ padding: 0, border: 0, }, + img: { + // a11y: Ensure images are visible in Windows high contrast mode + "@media (forced-colors: active)": { + forcedColorAdjust: "none", + backgroundColor: "white", + }, + }, }, }, MuiButtonBase: {