Style for stylus page
Stylus Page Style by lalitmee
Details
Authorlalitmee
LicenseNo License
CategoryStylus
Created
Updated
Size337 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 <Stylus> - Dec 2023
@version 20231230.20.35
@namespace ?
==/UserStyle== */
@-moz-document regexp("^\\w+-extension://.+") {
#header {
font-size: 14px !important;
}
.CodeMirror-scroll,
.CodeMirror-hints {
font-family: 'Operator Mono Lig Book' !important;
font-size: 16px !important;
}
}