Skip to content

Instantly share code, notes, and snippets.

@travs
Created May 26, 2018 22:24
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 travs/0e02e09e804669599757a97a85eaf9ee to your computer and use it in GitHub Desktop.
Save travs/0e02e09e804669599757a97a85eaf9ee to your computer and use it in GitHub Desktop.
/*
* Your Stylesheet
*
* This stylesheet is loaded when Atom starts up and is reloaded automatically
* when it is changed and saved.
*
* Add your own CSS or Less to fully customize Atom.
* If you are unfamiliar with Less, you can read more about it here:
* http://lesscss.org
*/
/*
* Examples
* (To see them, uncomment and save)
*/
h1 {
font-size: 1.3em;
}
h2 {
font-size: 1.2em;
}
h3 {
font-size: 1.1em;
}
h4 {
font-size: 1.1em;
}
h5 {
font-size: 1em;
}
h6 {
font-size: 1em;
}
table {
font-size: 1em;
padding: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment