Skip to content

Better Monkeytype Command Line by cass_per

Screenshot of Better Monkeytype Command Line

Details

Authorcass_per

LicenseNo License

Categorymonkeytype

Created

Updated

Size513 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Moves the command line over & lightens the overlay so you can see what is changing when applying a theme.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Better Monkeytype Command Line
@version      20220725.04.10
@namespace    userstyles.world/user/cass_per
@description  Moves the command line over & lightens the overlay so you can see what is changing when applying a theme. 
@author       cass_per
@license      No License
==/UserStyle== */

@-moz-document domain("monkeytype.com") {
#commandLineWrapper {
  background: rgba(0,0,0,.4);
}

#commandLine {
  width: 40vw!important;
  position: absolute;
  right: 2vw;
  top: 10vh;
}
}

Reviews

No reviews yet.