updated descriptions

This commit is contained in:
Jack 2020-07-13 15:53:20 +01:00
parent 31b2325b10
commit d8eeaf6c81

View file

@ -868,16 +868,16 @@
</div>
</div>
<div class="section timerStyle" section="">
<h1>timer style</h1>
<div class="text">Change the style of the timer during a timed test.</div>
<h1>timer/progress style</h1>
<div class="text">Change the style of the timer/progress during a timed test.</div>
<div class="buttons">
<div class="button" timer="bar" tabindex="0" onclick="this.blur();">bar</div>
<div class="button" timer="text" tabindex="0" onclick="this.blur();">text</div>
</div>
</div>
<div class="section timerColor" section="">
<h1>timer color</h1>
<div class="text">Change the color of the timer number/bar and live wpm number.</div>
<h1>timer/progress color</h1>
<div class="text">Change the color of the timer/progress number/bar and live wpm number.</div>
<div class="buttons">
<div class="button" color="black" tabindex="0" onclick="this.blur();">black</div>
<div class="button" color="sub" tabindex="0" onclick="this.blur();">sub</div>
@ -886,8 +886,8 @@
</div>
</div>
<div class="section timerOpacity" section="">
<h1>timer opacity</h1>
<div class="text">Change the opacity of the timer number/bar and live wpm number.</div>
<h1>timer/progress opacity</h1>
<div class="text">Change the opacity of the timer/progress number/bar and live wpm number.</div>
<div class="buttons">
<div class="button" opacity="0.25" tabindex="0" onclick="this.blur();">0.25</div>
<div class="button" opacity="0.5" tabindex="0" onclick="this.blur();">0.5</div>