|
7 | 7 | <title>Monkey Type</title> |
8 | 8 | <link rel="stylesheet" href="css/fa.css"> |
9 | 9 | <link rel="stylesheet" href="css/style.css"> |
10 | | - <link rel="stylesheet" href="themes/dark.css" id="currentTheme"> |
| 10 | + <link rel="stylesheet" href="themes/serika_dark.css" id="currentTheme"> |
11 | 11 | <link id="favicon" rel="shortcut icon" href="favicon.png"> |
12 | 12 | <meta name="description" content="A super customisable, minimalistic typing test."> |
13 | 13 | <meta name="keywords" content="typing, test, typing-test, typing test, monkey-type, monkey, type, miodec, wpm"> |
|
118 | 118 | <div class="group mode"> |
119 | 119 | <!-- <div class="title">mode</div> --> |
120 | 120 | <div class="buttons"> |
121 | | - <div class="button" mode="time" tabindex="2">time</div> |
122 | | - <div class="button active" mode="words" tabindex="2">words</div> |
| 121 | + <div class="button active" mode="time" tabindex="2">time</div> |
| 122 | + <div class="button" mode="words" tabindex="2">words</div> |
123 | 123 | <div class="button" mode="custom" tabindex="2">custom</div> |
124 | 124 | </div> |
125 | 125 | </div> |
126 | | - <div class="group wordCount"> |
| 126 | + <div class="group wordCount hidden"> |
127 | 127 | <!-- <div class="title">words</div> --> |
128 | 128 | <div class="buttons"> |
129 | 129 | <div class="button" wordCount="10" tabindex="2">10</div> |
|
134 | 134 | <div class="button" wordCount="custom" tabindex="2"><i class="fas fa-tools"></i></div> |
135 | 135 | </div> |
136 | 136 | </div> |
137 | | - <div class="group time hidden"> |
| 137 | + <div class="group time"> |
138 | 138 | <!-- <div class="title">time</div> --> |
139 | 139 | <div class="buttons"> |
140 | 140 | <div class="button" timeConfig="15" tabindex="2">15</div> |
141 | | - <div class="button active" timeConfig="30" tabindex="2">30</div> |
142 | | - <div class="button" timeConfig="60" tabindex="2">60</div> |
| 141 | + <div class="button" timeConfig="30" tabindex="2">30</div> |
| 142 | + <div class="button active" timeConfig="60" tabindex="2">60</div> |
143 | 143 | <div class="button" timeConfig="120" tabindex="2">120</div> |
144 | 144 | <div class="button" timeConfig="custom" tabindex="2"><i class="fas fa-tools"></i></div> |
145 | 145 | </div> |
@@ -210,6 +210,11 @@ <h1>about</h1> |
210 | 210 | <p>Monkey-type is a minimalistic typing test, featuring many test modes, an account system to save your |
211 | 211 | typing speed history and user configurable features like themes, a smooth caret and more.</p> |
212 | 212 | </div> |
| 213 | + <div class="section"> |
| 214 | + <h1>word set</h1> |
| 215 | + <p>By default, the website uses the most common 200 words in the english language to generate its tests. |
| 216 | + You can change to an expanded set (1000 most common words) in the options, or change the language entirely.</p> |
| 217 | + </div> |
213 | 218 | <div class="section"> |
214 | 219 | <h1>keybinds</h1> |
215 | 220 | <p>You can use <key>tab</key> and <key>enter</key> (or just <key>tab</key> if you have quick tab mode enabled) to restart the typing test. |
|
0 commit comments