Skip to content

Commit 27f01ee

Browse files
committed
Update color for self-voicing explorer
1 parent 094a6ed commit 27f01ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ts/a11y/explorer/ExplorerPool.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ export class ExplorerPool {
372372
protected setSecondaryHighlighter() {
373373
this.secondaryHighlighter = getHighlighter(
374374
LiveRegion.priority.secondary,
375-
{ color: 'red' },
375+
{ color: 'red', alpha: 0.8 },
376376
{ color: 'black' },
377377
this.document.outputJax.name
378378
);

0 commit comments

Comments
 (0)