switching read ahead to transparent instead of bg color

This commit is contained in:
Jack 2020-10-26 22:27:10 +00:00
parent 8342704efd
commit a0df1523ae

View file

@ -1,4 +1,4 @@
#words .word.active:nth-of-type(n + 2),
#words .word.active:nth-of-type(n + 2) + .word {
color: var(--bg-color);
color: transparent;
}