Last active
April 16, 2026 23:40
-
-
Save wjandrea/05c88af1e3aa8053f01a642f2c97dcad to your computer and use it in GitHub Desktop.
Redactle colour found words
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @-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