Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Accessibility issue - insufficient contrast for calendar reminders

  • 3 replies
  • 1 has this problem
  • 4 views
  • Last reply by pg_78

more options

Since upgrading to 91.3.0, calendar reminders are displayed in black text on a darkish blue background.

This strains my eyes, and (apart from myopia) I don't have any particular vision issues. I would think that some people with vision differences are impacted more severely by this.

How can it be changed back to a higher level of contrast please? (It was black-on-white before upgrading to 91.3.0.)

Since upgrading to 91.3.0, calendar reminders are displayed in black text on a darkish blue background. This strains my eyes, and (apart from myopia) I don't have any particular vision issues. I would think that some people with vision differences are impacted more severely by this. How can it be changed back to a higher level of contrast please? (It was black-on-white before upgrading to 91.3.0.)
Attached screenshots

All Replies (3)

more options

This worked for me in userChrome.css (makes highlighted reminders white text on blue background).

It would still be appropriate to let users configure this without CSS: the default is going to cause people problems.

   #alarm-richlist:focus > richlistitem[selected="true"] label.alarm-title-label,
   #alarm-richlist:focus > richlistitem[selected="true"] label.alarm-date-label,
   #alarm-richlist:focus > richlistitem[selected="true"] label.alarm-details-label {
   color: white !important;
   }
more options

Does the reminder look better when 'Optimize colors for accessibility' is checked in Preferences/Calendar? You can test in safe/troubleshoot mode, as this will bypass css.

more options

sfhowes said

Does the reminder look better when 'Optimize colors for accessibility' is checked in Preferences/Calendar? You can test in safe/troubleshoot mode, as this will bypass css.

Thanks for the logical suggestion...unfortunately that setting doesn't seem to affect the colour of the reminder. With that box checked (and without my CSS) I got the low-contrast black on blue again.