Bug 1808643 - Adjust minimonth colors for high contrast themes. r=aleca

Differential Revision: https://phabricator.services.mozilla.com/D167995

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Elizabeth Mitchell 2023-01-29 06:50:15 +00:00
Родитель ba0b5fc4e1
Коммит afe9f352da
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -77,6 +77,11 @@ calendar-minimonth {
}
}
/*
* Respect system themes when this setting is enabled and not enabled:
* Calendar: Optimize colors for accessibility
*/
:not(:root[lwtheme]) calendar-minimonth,
:root[systemcolors] calendar-minimonth {
--mmMainBackground: transparent;
--mmDayColor: WindowText;