Skip to content

Commit

Permalink
Update highlight background and outline for HCM
Browse files Browse the repository at this point in the history
  • Loading branch information
fchasen committed Jan 13, 2023
1 parent f28bf23 commit 596e114
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions web/text_layer_builder.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 596e114

Please sign in to comment.