Skip to content

Instantly share code, notes, and snippets.

@wjandrea
Last active April 16, 2026 23:40
Show Gist options
  • Select an option

  • Save wjandrea/05c88af1e3aa8053f01a642f2c97dcad to your computer and use it in GitHub Desktop.

Select an option

Save wjandrea/05c88af1e3aa8053f01a642f2c97dcad to your computer and use it in GitHub Desktop.
Redactle colour found words
@-moz-document domain("redactle.net") {
/* Redactle colour found words */
.word:not(.redacted):not(.highlight) {
/* updated April 2026 */
background-color: color-mix(in hsl, var(--color-primary) 40%, transparent);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment