mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-11 01:15:49 +08:00
fixed the blind button
This commit is contained in:
parent
c1661f604a
commit
cabf8412e8
1 changed files with 1 additions and 1 deletions
|
@ -313,7 +313,7 @@
|
|||
<h1>blind mode</h1>
|
||||
<div class="text">No errors or incorrect words are highlighted. Helps you focus on raw speed.</div>
|
||||
<div class="buttons">
|
||||
<div class="button on" tabindex="0" onclick="this.blur();"></div>
|
||||
<div class="button on" tabindex="0" onclick="this.blur();">⠀</div>
|
||||
<div class="button off" tabindex="0" onclick="this.blur();">off</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue