Created
February 5, 2019 02:57
-
-
Save mocon/f809ce925d583c5510f57d5e5c62dc2a to your computer and use it in GitHub Desktop.
Atom stylesheet
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
* { | |
font-family: 'Monoid'; | |
} | |
atom-panel .title, | |
atom-pane .title, | |
.tree-view, | |
atom-panel-container.footer { | |
font-size: 80%; | |
} | |
::-webkit-scrollbar { | |
display: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment