Commit 7d0565915765fd1887029960c78a787dccfe80d6

Michael Schmidt 2019-07-15T22:59:33

Fixed typo in Funky theme (#1960) The `.toke.variable` selector has been fixed to be `.token.variable`.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/themes/prism-funky.css b/themes/prism-funky.css
index 2eda0b0..55b3255 100644
--- a/themes/prism-funky.css
+++ b/themes/prism-funky.css
@@ -84,7 +84,7 @@ code[class*="language-"] {
 .token.entity,
 .token.url,
 .language-css .token.string,
-.toke.variable,
+.token.variable,
 .token.inserted {
 	color: yellowgreen;
 }