Skip to content

Instantly share code, notes, and snippets.

@lee-dohm
Created January 7, 2017 01:48
Show Gist options
  • Save lee-dohm/598f96d661838d32b4625c0beea34853 to your computer and use it in GitHub Desktop.
Save lee-dohm/598f96d661838d32b4625c0beea34853 to your computer and use it in GitHub Desktop.
Atom Style Tweak - Set the font size larger only in the active pane
.pane.active {
atom-text-editor {
font-size: 20px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment