diff --git a/src/frontend/src/stores/accessibility.ts b/src/frontend/src/stores/accessibility.ts index ecae6ac5..5d1bec48 100644 --- a/src/frontend/src/stores/accessibility.ts +++ b/src/frontend/src/stores/accessibility.ts @@ -59,7 +59,7 @@ export const CAPTION_FONT_COLOR_VALUES: Record = { } export const CAPTION_BACKGROUND_COLOR_VALUES: Record = { - default: 'rgba(0, 0, 0, 0.75)', + default: 'transparent', black: 'rgba(0, 0, 0, 0.75)', white: 'rgba(255, 255, 255, 0.75)', blue: 'rgba(0, 0, 255, 0.75)',