created it because I'm a member of SSH
https://nitrotype.com/team/SSH
SSH by mightypaypay
Details
Authormightypaypay
Licensee.g Mighty
CategoryNitro Type
Created
Updated
Size744 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Join SSH
Source code
/* ==UserStyle==
@name SSH
@version 20240609.01.54
@namespace ?
==/UserStyle== */
@-moz-document domain("nitrotype.com") {
@import url('https://fonts.googleapis.com/css?family=Roboto');
/* Set the background image */
body {
background-image: url("https://media.discordapp.net/attachments/894556711438921738/1249177902206029855/IMG_4362.png?ex=66665b14&is=66650994&hm=f10ef2791481b51f949b0b32ee849a24261cfad36a8b751c5d1c5a9337c452b8&=&format=webp&quality=lossless&width=600&height=351");
background-size: cover;
}
/* Change the color of the text to blue */
.typingTestText {
color: blue !important;
}
/* Optionally, you can also change the font */
.typingTestText {
font-family: 'Roboto', sans-serif !important;
}
}