Skip to content

Instantly share code, notes, and snippets.

@caderek
Created December 3, 2023 15:19
Show Gist options
  • Save caderek/dede0e491a47f6324540ad36ed226448 to your computer and use it in GitHub Desktop.
Save caderek/dede0e491a47f6324540ad36ed226448 to your computer and use it in GitHub Desktop.
Typelit style
/* ==UserStyle==
@name Typelit Monika
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain(typelit.io) {
[class^="CharObjStyles_LIGHT_UNTYPED"] {
color: #47382b;
}
[class^="CharObjStyles_LIGHT_TYPED"] {
color: #130d08;
font-weight: 500 !important;
}
[class^="CharObjStyles_LIGHT_ACTIVE_LINE"] {
color: #372a1f;
font-weight: 500 !important;
}
[class^="CharObjStyles_LIGHT_MISTYPED"] {
color: #880023;
font-weight: 500 !important;
}
[class*="consoleContainer"] span {
font-family: "Georgia" !important;
font-weight: normal;
font-size: 24px;
}
[class*="pageBackground"] {
background-color: #977d5a;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment