It adds a dark ox around the words that you need to type in case you have a noisy background that you don't want to remove
Word Box by Perseus333
Details
AuthorPerseus333
LicenseNo License
Categorymonkeytype.com
Created
Updated
Size339 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
For now it only exists the dark version.
Source code
/* ==UserStyle==
@name monkeytype.com
@version 20230605.14.25
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://monkeytype.com/") {
#wordsWrapper {
background-color: #191927;
border-radius: 10px;
padding-left: 20px;
padding-right: 20px;
padding-top: 10px;
padding-bottom: 160px;
}
}