Skip to content

Instantly share code, notes, and snippets.

@yuriitaran
Forked from agragregra/userChrome.css
Created February 4, 2018 11:03
Show Gist options
  • Save yuriitaran/0b89e4fd8e0fac128c0d427be3a37c73 to your computer and use it in GitHub Desktop.
Save yuriitaran/0b89e4fd8e0fac128c0d427be3a37c73 to your computer and use it in GitHub Desktop.
Firefox DevTools font size
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document regexp("chrome://browser/content/devtools/**/.*"){
.devtools-monospace {
font-size: 13pt!important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment