Created
May 6, 2014 19:12
-
-
Save freshyill/02ea415647a62caae022 to your computer and use it in GitHub Desktop.
Gives Atom comments a background that extends across the editor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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