Skip to content

Instantly share code, notes, and snippets.

@raboof
Last active February 2, 2016 09:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raboof/3bf1adef37aeb46ce3c1 to your computer and use it in GitHub Desktop.
Save raboof/3bf1adef37aeb46ce3c1 to your computer and use it in GitHub Desktop.
Atom.io styles for use on a high-DPI screen
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