Last active
February 2, 2016 09:07
-
-
Save raboof/3bf1adef37aeb46ce3c1 to your computer and use it in GitHub Desktop.
Atom.io styles for use on a high-DPI screen
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
html { | |
font-size: 22px | |
} | |
linter-message { | |
font-size: 22px | |
} | |
@media (min-width: 1920px) { | |
[theme-one-dark-ui-layoutmode="auto"] { font-size: @font-size + 10px; } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment