Skip to content

Instantly share code, notes, and snippets.

@klmr
Created February 27, 2018 16:07
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 klmr/13ac8192b55d7c51886fda5fc1d851bd to your computer and use it in GitHub Desktop.
Save klmr/13ac8192b55d7c51886fda5fc1d851bd to your computer and use it in GitHub Desktop.
Open the inspector and add the following as a new CSS rule (once you’ve added any rule, you can subsequently edit the inspector stylesheet found under “Sources” on Chrome)
.blob-code span:before {
background: #fdfd9c;
color: #a2a2a2;
content: attr(class);
font-family: sans-serif;
font-size: 0.7em;
padding: 0 0.2em;
vertical-align: middle;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment