@@ -224,36 +224,51 @@ <h1>credits</h1>
224224 < div class ="section smoothCaret " section ="">
225225 < h1 > smooth caret</ h1 >
226226 < div class ="text "> The caret will move smoothly between letters and words.</ div >
227- < div class ="buttons "> < div class ="button on " tabindex ="0 "> on</ div > < div class ="button off " tabindex ="0 "> off</ div > </ div >
227+ < div class ="buttons ">
228+ < div class ="button on " tabindex ="0 onclick= "this.blur(); ""> on</ div >
229+ < div class ="button off " tabindex ="0 " onclick ="this.blur(); "> off</ div >
230+ </ div >
228231 </ div >
229232 < div class ="section quickTab ">
230233 < h1 > quick tab mode</ h1 >
231234 < div class ="text "> Press < key > tab</ key > to quickly restart the test. This function disables tab navigation on some parts of the website.</ div >
232- < div class ="buttons "> < div class ="button on " tabindex ="0 "> on</ div > < div class ="button off " tabindex ="0 "> off</ div > </ div >
235+ < div class ="buttons ">
236+ < div class ="button on " tabindex ="0 " onclick ="this.blur(); "> on</ div >
237+ < div class ="button off " tabindex ="0 " onclick ="this.blur(); "> off</ div >
238+ </ div >
233239 </ div >
234240 < div class ="section liveWpm ">
235241 < h1 > live wpm</ h1 >
236242 < div class ="text "> Displays a live WPM speed during the test. Updates once every second.</ div >
237- < div class ="buttons "> < div class ="button on " tabindex ="0 "> on</ div > < div class ="button off " tabindex ="0 "> off</ div > </ div >
243+ < div class ="buttons ">
244+ < div class ="button on " tabindex ="0 " onclick ="this.blur(); "> on</ div >
245+ < div class ="button off " tabindex ="0 " onclick ="this.blur(); "> off</ div >
246+ </ div >
238247 </ div >
239248 < div class ="section keyTips ">
240249 < h1 > show key tips</ h1 >
241250 < div class ="text "> Shows the keybind tips at the bottom of the page.</ div >
242- < div class ="buttons "> < div class ="button on " tabindex ="0 "> show</ div > < div class ="button off " tabindex ="0 "> hide</ div > </ div >
251+ < div class ="buttons ">
252+ < div class ="button on " tabindex ="0 " onclick ="this.blur(); "> show</ div >
253+ < div class ="button off " tabindex ="0 " onclick ="this.blur(); "> hide</ div >
254+ </ div >
243255 </ div >
244256 < div class ="section freedomMode ">
245257 < h1 > freedom mode</ h1 >
246258 < div class ="text "> Allows you to delete any word, even if it was typed correctly.</ div >
247- < div class ="buttons "> < div class ="button on " tabindex ="0 "> on</ div > < div class ="button off " tabindex ="0 "> off</ div > </ div >
259+ < div class ="buttons ">
260+ < div class ="button on " tabindex ="0 " onclick ="this.blur(); "> on</ div >
261+ < div class ="button off " tabindex ="0 " onclick ="this.blur(); "> off</ div >
262+ </ div >
248263 </ div >
249264 < div class ="section fontSize ">
250265 < h1 > font size</ h1 >
251266 < div class ="text "> Change the font size of the test words</ div >
252267 < div class ="buttons ">
253- < div class ="button " fontsize ="1 " tabindex ="0 "> 1</ div >
254- < div class ="button " fontsize ="125 " tabindex ="0 "> 1.25</ div >
255- < div class ="button " fontsize ="15 " tabindex ="0 "> 1.5</ div >
256- < div class ="button " fontsize ="2 " tabindex ="0 "> 2</ div >
268+ < div class ="button " fontsize ="1 " tabindex ="0 " onclick =" this.blur(); " > 1</ div >
269+ < div class ="button " fontsize ="125 " tabindex ="0 " onclick =" this.blur(); " > 1.25</ div >
270+ < div class ="button " fontsize ="15 " tabindex ="0 " onclick =" this.blur(); " > 1.5</ div >
271+ < div class ="button " fontsize ="2 " tabindex ="0 " onclick =" this.blur(); " > 2</ div >
257272 </ div >
258273 </ div >
259274 < div class ="section " style ="grid-column: 1/3; ">
0 commit comments