mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-10 21:53:13 +08:00
switching read ahead to transparent instead of bg color
This commit is contained in:
parent
8342704efd
commit
a0df1523ae
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue