Update highlight background color for forced colors

This commit is contained in:
Fred Chasen 2023-01-12 13:56:34 -08:00
parent f28bf23a31
commit 0a6b1cd2e9

View File

@ -72,6 +72,15 @@
background-color: rgba(0, 100, 0, 1);
}
@media (forced-colors: active) {
.textLayer .highlight {
background-color: Highlight;
}
.textLayer .highlight.selected {
background-color: ButtonText;
}
}
.textLayer ::selection {
/*#if !MOZCENTRAL*/
background: blue;