Created
February 19, 2015 07:42
-
-
Save garbagetown/05b7fd4e796bf9699cb4 to your computer and use it in GitHub Desktop.
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
/* | |
* Your Stylesheet | |
* | |
* This stylesheet is loaded when Atom starts up and is reloaded automatically | |
* when it is changed. | |
* | |
* If you are unfamiliar with LESS, you can read more about it here: | |
* http://www.lesscss.org | |
*/ | |
.title { | |
font-family: "Ricty Diminished"; | |
} | |
.tree-view { | |
font-family: "Ricty Diminished"; | |
} | |
.file-info { | |
font-family: "Ricty Diminished"; | |
} | |
.markdown-preview { | |
font-family: "Ricty Diminished"; | |
h1, h2, h3, h4, h5, h6 { | |
font-family: "Ricty Diminished"; | |
} | |
} | |
.primary-line { | |
font-family: "Ricty Diminished"; | |
} | |
// style the background and foreground colors on the atom-text-editor-element | |
// itself | |
atom-text-editor { | |
} | |
// To style other content in the text editor's shadow DOM, use the ::shadow | |
// expression | |
atom-text-editor::shadow .cursor { | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment