Created
November 24, 2016 10:09
-
-
Save xseignard/5691c186b7388c93fd2a9c34ee3c2f4c to your computer and use it in GitHub Desktop.
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
atom-text-editor::shadow .hard-tab { | |
text-decoration: line-through; | |
} | |
atom-text-editor::shadow .indent-guide { | |
box-shadow: inset 1px 0 rgba(48, 64, 71, 0.2); | |
} | |
atom-pane-resize-handle::before { | |
background: #009688!important; | |
opacity: 0.3!important; | |
} | |
.tree-view-resize-handle { | |
background: #009688; | |
width: 0.2rem!important; | |
opacity: 0.3; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment