Skip to content

Instantly share code, notes, and snippets.

@SirPepe
Last active December 15, 2015 16:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SirPepe/5291391 to your computer and use it in GitHub Desktop.
Save SirPepe/5291391 to your computer and use it in GitHub Desktop.
/* ~/.config/google-chrome/Default/User StyleSheets/Custom.css */
#-webkit-web-inspector .monospace,
#-webkit-web-inspector .source-code {
font-size: 14px !important;
line-height: 20px !important;
}
#-webkit-web-inspector .console-formatted-node *,
#-webkit-web-inspector .console-formatted-object * {
line-height: 22px !important;
}
#-webkit-web-inspector li.revision-history-line {
height: 16px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment