Last active
August 28, 2019 14:06
-
-
Save malchata/0decf3823fbfb5d5095e42d17bb5a308 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
atom-workspace { | |
--editor-font-size: 1.625rem; | |
} | |
atom-text-editor { | |
.cursor { | |
border-left: .25rem solid; | |
transition: opacity .1875s ease-out; | |
} | |
.indent-guide { | |
box-shadow: inset 1.75px 0; | |
opacity: .75; | |
} | |
} | |
.tree-view { | |
font-size: 1.25em; | |
} | |
.syntax--comment { | |
font-weight: 700; | |
} | |
.syntax--entity { | |
&.syntax--name { | |
&.syntax--tag, | |
&.syntax--type { | |
text-decoration: none; | |
} | |
} | |
} | |
@media (min-width: 100rem) { | |
atom-workspace { | |
--editor-font-size: 2rem; | |
} | |
.tree-view { | |
font-size: 1.375em; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment