ProtectedText Dark High Contrast Theme
ProtectedText Dark High Contrast by WgetCloud
Details
AuthorWgetCloud
LicenseNo License
Categoryprotectedtext
Created
Updated
Size585 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name ProtectedText Dark High Contrast
@namespace github.com/openstyles/stylus
@version 1.0.0
@description ProtectedText Dark High Contrast Theme
==/UserStyle== */
@-moz-document domain("protectedtext.com") {
textarea,
textarea:focus,
#main-content-outter {
background-color: #111;
color: white;
font-family: consolas;
}
#tabs > div > textarea.textarea-contents {
font-family: consolas;
font-size: 1.05rem;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
.container,
#tabs {
width: 90vw;
}
}
}