Created
August 5, 2015 20:55
-
-
Save davelnewton/253ac4365f3594c654cc to your computer and use it in GitHub Desktop.
Change UI element font size
This file contains 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-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