Skip to content

Instantly share code, notes, and snippets.

@nternetinspired
Forked from mohammedzamakhan/styles.css
Last active October 5, 2018 10:18
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 nternetinspired/81ff09a5b642f107dc56dd0089c26c9c to your computer and use it in GitHub Desktop.
Save nternetinspired/81ff09a5b642f107dc56dd0089c26c9c to your computer and use it in GitHub Desktop.
.type.storage,.type.storage.declaration, .storage.class.modifier {
font-family: 'Gloria Hallelujah';
font-size: 1.7em;
}
.type.storage.arrow.function {
font-family: 'Fira Code'
}
.decorator.name, .decorator.punctuation:not(.block), .import.keyword {
font-family: 'Gloria Hallelujah';
font-size: 1.7em;
color: #68f39b!important;
}
.attribute-name {
font-family: 'Gloria Hallelujah';
font-size: 1.5em;
}
.html.quoted.double {
color: #a6f3a6!important;
}
.comment {
color: #c5c5fd!important;
}
.comment:not(.punctuation) {
font-family: 'Gloria Hallelujah';
font-size: 1.5em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment