Skip to content

Instantly share code, notes, and snippets.

@chriscoyier
Created December 15, 2018 14:59
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 chriscoyier/276780ff07937447c03791e352362169 to your computer and use it in GitHub Desktop.
Save chriscoyier/276780ff07937447c03791e352362169 to your computer and use it in GitHub Desktop.
.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
color: #777;
}
.token.punctuation,
.token.tag,
.token.attr-name {
color: #ab875d;
}
.token.property,
.token.boolean,
.token.number {
color: #9b869c;
}
.token.selector {
color: #dfc48c;
}
.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
color: #a67f59;
}
.token.atrule,
.token.attr-value,
.token.keyword,
.token.string {
color: #8f9c6c;
}
.token.regex,
.token.important {
color: #e90;
}
.language-css {
color: #cd6a51;
.token.punctuation {
color: white;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment