Skip to content

Commit

Permalink
Fixed typo in Funky theme (#1960)
Browse files Browse the repository at this point in the history
The `.toke.variable` selector has been fixed to be `.token.variable`.
  • Loading branch information
RunDevelopment committed Jul 15, 2019
1 parent b9ec6fd commit 7d05659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/prism-funky.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ code[class*="language-"] {
.token.entity,
.token.url,
.language-css .token.string,
.toke.variable,
.token.variable,
.token.inserted {
color: yellowgreen;
}
Expand Down

0 comments on commit 7d05659

Please sign in to comment.