Created
October 11, 2016 15:50
-
-
Save sebastiandeutsch/fd7ae96aa59d09ca838ae045043c60e0 to your computer and use it in GitHub Desktop.
atom + operator
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, atom-text-editor { | |
font-family: "Operator Mono"; | |
font-size: 14px; | |
font-weight: 400; | |
line-height: 1.7; | |
} | |
atom-panel.tool-panel { | |
font-size: 0.88em; | |
} | |
.variable.parameter, .entity.other.inherited-class, .storage.type, .entity.other.attribute-name.pseudo-class.css { | |
font-style: italic; | |
} | |
atom-text-editor::shadow{ | |
.entity.other.attribute-name { | |
font-style: italic; | |
} | |
} | |
atom-text-editor::shadow .keyword.operator.logical { | |
font-style: italic; | |
} | |
atom-text-editor::shadow .keyword { | |
&.control, | |
&.other, { | |
font-style: italic; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment