Improves the Dark mode on typelit.io by decreasing contrast, changing font and spacing, as well as improving colors.
Better Dark Mode by lostMia

Details
AuthorlostMia
LicenseMIT
Categorywww.typelit.io
Created
Updated
Code size992 B
Code checksum74506b67
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Typelit.io Poppins Font
@namespace typelit.io
@version 1.0.2
@description Change the typing text font to Poppins on typelit.io
@author Alphaleoli
@license MIT
==/UserStyle== */
@-moz-document url-prefix("https://www.typelit.io") {
/* General content */
body,
.editedThemeClass,
.darkThemeStyles_UNTYPED__72cJX {
font-family: "Source Code Pro", monospace !important;
font-weight: 400;
letter-spacing: -0.5px;
font-size: 40px;
line-height: 1.6;
color: #777;
}
/* Text background */
.css-10g5w9r-pageBackground {
background-color: #191919;
}
/* Typed text */
.darkThemeStyles_TYPED__Ol9UD {
color: #ddd;
}
/* Misstyped text */
.darkThemeStyles_MISTYPED__RhNiC {
color: #ff6060;
}
/* Misstyped Background text */
.darkThemeStyles_SPACE_MISTYPED__iyOcf {
background-color: #ff6060;
}
}