6 lines
218 B
CSS
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;
|
|
}
|