Files
test/frontend/static/funbox/read_ahead.css
Benjamin Falch 2bc741fb78
Some checks failed
Mark Stale PRs / stale (push) Has been cancelled
adding monkeytype
2026-04-23 13:53:44 +02:00

6 lines
218 B
CSS

#words:not(.read_ahead_disabled) .word.active:nth-of-type(n + 2),
#words:not(.read_ahead_disabled) .word.active:nth-of-type(n + 2) + .word {
--untyped-letter-color: transparent;
--untyped-letter-animation: none;
}