Skip to content

Instantly share code, notes, and snippets.

@sebastiandeutsch
Created October 11, 2016 15:50
Show Gist options
  • Save sebastiandeutsch/fd7ae96aa59d09ca838ae045043c60e0 to your computer and use it in GitHub Desktop.
Save sebastiandeutsch/fd7ae96aa59d09ca838ae045043c60e0 to your computer and use it in GitHub Desktop.
atom + operator
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