coming soon: nicer colors when you search for “is” in the first three sentences of the bee movie script

screenshot of google chrome find-in-page today, with the active match in orange and other matches in yellow screenshot of mozilla firefox find-in-page today, with the active match in white on light green and other matches in white on magenta
.chrome::search-text {
    background: #ffff00;
}
.chrome::search-text:current {
    background: #ff9632;
}
.firefox::search-text {
    background: #ef0fff;
    color: white;
}
.firefox::search-text:current {
    background: #38d878;
}
made with @nex3's syntax highlighter

https://groups.google.com/a/chromium.org/g/blink-dev/c/5FS_4mVQBLc