Skip to content

Instantly share code, notes, and snippets.

@davelnewton
Created August 5, 2015 20:55
Show Gist options
  • Save davelnewton/253ac4365f3594c654cc to your computer and use it in GitHub Desktop.
Save davelnewton/253ac4365f3594c654cc to your computer and use it in GitHub Desktop.
Change UI element font size
@atom-ui-font-size: 10px;
html, body, .tree-view, .status-bar, .tab-bar .tab {
font-size: @atom-ui-font-size;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment