Skip to content

Instantly share code, notes, and snippets.

@mocon
Created February 5, 2019 02:57
Show Gist options
  • Save mocon/f809ce925d583c5510f57d5e5c62dc2a to your computer and use it in GitHub Desktop.
Save mocon/f809ce925d583c5510f57d5e5c62dc2a to your computer and use it in GitHub Desktop.
Atom stylesheet
* {
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