mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-10 21:53:13 +08:00
lowered opacity mode, changed message
This commit is contained in:
parent
477b4108c1
commit
4b72b25bca
2 changed files with 2 additions and 2 deletions
|
@ -1345,7 +1345,7 @@ key {
|
|||
}
|
||||
}
|
||||
&.blurred{
|
||||
opacity: 0.5;
|
||||
opacity: 0.25;
|
||||
filter: blur(4px);
|
||||
-webkit-filter: blur(4px);
|
||||
}
|
||||
|
|
|
@ -1005,7 +1005,7 @@
|
|||
<div class="time hidden">1:00</div>
|
||||
<div class="wpm">60</div>
|
||||
</div>
|
||||
<div class="outOfFocusWarning"><i class="fas fa-mouse-pointer"></i> Click anywhere to focus</div>
|
||||
<div class="outOfFocusWarning"><i class="fas fa-mouse-pointer"></i> Click the words to focus</div>
|
||||
<div id="wordsWrapper">
|
||||
<div id="words" class="size15"></div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue