Skip to content

Instantly share code, notes, and snippets.

@artlung
Created October 25, 2012 20:01
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 artlung/3955058 to your computer and use it in GitHub Desktop.
Save artlung/3955058 to your computer and use it in GitHub Desktop.
Custom.css for Chrome
/* For the debug Console */
/* http://stackoverflow.com/a/7505879/63094 */
.console-error-level .console-message-text {
color: #c00;
}
.console-error-level .console-message-text a {
color: #c00 !important;
background-color: #ffeeee !important;
}
.console-warning-level .console-message-text {
background-color: #fffacd;
color: #c00;
}
.console-info-level .console-message-text {
color: #700;
}
.console-log-level .console-message-text {
color: #000;
}
.console-log-level .console-message-text span a {
color: #00f !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment