Change Stylish CSS editor font?
Can someone tell me how to change the Stylish CSS editor font? Previously I used this...
@namespace url("http://www.w3.org/1999/xhtml");...but it's not working anymore, and I can't find any updated styles.
@-moz-document regexp("^data:text/html.*/devtools/codemirror/.*"),
url-prefix("chrome://devtools/content/sourceeditor/codemirror/")
{
.devtools-monospace {
font-family: monospace;
font-size: 12pt;
}
.CodeMirror-code {
font-size: 20px !important;
line-height: 1.2;
}
}
Comments