Skip to content

Instantly share code, notes, and snippets.

@dholdren
Created March 26, 2014 15:50
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 dholdren/9786486 to your computer and use it in GitHub Desktop.
Save dholdren/9786486 to your computer and use it in GitHub Desktop.
// Style the line numbers, instead of a tiny sliver
.editor .gutter .line-number.git-line-modified {
border-left: none;
padding-left: none;
color: #b58900;
}
.editor .gutter .line-number.git-line-removed {
border-left: none;
padding-left: none;
color: #dc322f;
}
.editor .gutter .line-number.git-line-added {
border-left: none;
padding-left: none;
color: #859900;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment