Skip to content

Instantly share code, notes, and snippets.

@freshyill
Created May 6, 2014 19:12
Show Gist options
  • Save freshyill/02ea415647a62caae022 to your computer and use it in GitHub Desktop.
Save freshyill/02ea415647a62caae022 to your computer and use it in GitHub Desktop.
Gives Atom comments a background that extends across the editor
.comment {
background: #666;
color: #222;
&:after {
position: absolute;
background: inherit;
content: " ";
width: 100%;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment