Skip to content

Commit

Permalink
Modify Style
Browse files Browse the repository at this point in the history
Change color of .token.selector. It seems like Github has a new color for this.
  • Loading branch information
raarellano committed Feb 23, 2017
1 parent f6a8913 commit 050718f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prism-github.css
Expand Up @@ -66,7 +66,7 @@ pre[class*='language-'] {
color: #0086b3;
}
.token.selector, .token.attr-name, .token.attr-value .punctuation:first-child, .token.keyword, .token.regex, .token.important {
color: #a71d5d;
color: #795da3;
}
.token.operator, .token.entity, .token.url, .language-css .token.string {
color: #a71d5d;
Expand Down

0 comments on commit 050718f

Please sign in to comment.