10 lines
306 B
CSS
10 lines
306 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,
|
|
#words:not(.read_ahead_disabled)
|
|
.word.active:nth-of-type(n + 2)
|
|
+ .word
|
|
+ .word {
|
|
--untyped-letter-color: transparent;
|
|
--untyped-letter-animation: none;
|
|
}
|